summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2009-12-17 08:41:06 +0000
committerrse <rse@FreeBSD.org>2009-12-17 08:41:06 +0000
commit803dcdc8369cbf5cf90c7526f42809086cb484bb (patch)
tree0dd8b4f9c6da3d72123583cb228e71967c7efa3f /usr.bin/calendar
parent7687c4105958683f8f983ec4a4b7618e665f51f9 (diff)
downloadFreeBSD-src-803dcdc8369cbf5cf90c7526f42809086cb484bb.zip
FreeBSD-src-803dcdc8369cbf5cf90c7526f42809086cb484bb.tar.gz
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
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r--usr.bin/calendar/ostern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c
index 93e9c07..89e7b1c 100644
--- a/usr.bin/calendar/ostern.c
+++ b/usr.bin/calendar/ostern.c
@@ -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
OpenPOWER on IntegriCloud