DEBUG is either defined or not defined for the 'calender' sources, so use #ifdef and not just #if -- both to be semantically correct and also to be aligned with the rest of the 'calendar' sources
This commit is contained in:
parent
9ed01df370
commit
1e3249cb9b
@ -87,7 +87,7 @@ geteaster(char *s, int year)
|
||||
else
|
||||
return (0);
|
||||
|
||||
#if DEBUG
|
||||
#ifdef DEBUG
|
||||
printf("%s %d %d\n", s, year, EASTERNAMELEN);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user