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:
Ralf S. Engelschall 2009-12-17 08:41:06 +00:00
parent 9ed01df370
commit 1e3249cb9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200627

View File

@ -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