From 1e3249cb9b0b1584ad569ccc604a2b493453bb85 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 17 Dec 2009 08:41:06 +0000 Subject: [PATCH] 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 --- usr.bin/calendar/ostern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index 93e9c07b44fb..89e7b1cee51b 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