[hackers] [ubase] Be consistent and use #ifdef instead of #if || sin

From: <git_AT_suckless.org>
Date: Fri, 28 Mar 2014 17:00:47 +0100

commit 82c99b16a75f5dc66544c297dbbdaf39942b95fe
Author: sin <sin_AT_2f30.org>
Date: Fri Mar 28 15:56:28 2014 +0000

    Be consistent and use #ifdef instead of #if

diff --git a/util/eprintf.c b/util/eprintf.c
index 9ca6209..91b19b7 100644
--- a/util/eprintf.c
+++ b/util/eprintf.c
_AT_@ -33,7 +33,7 @@ enprintf(int status, const char *fmt, ...)
 void
 venprintf(int status, const char *fmt, va_list ap)
 {
-#if DEBUG
+#ifdef DEBUG
         fprintf(stderr, "%s: ", argv0);
 #endif
 
Received on Fri Mar 28 2014 - 17:00:47 CET

This archive was generated by hypermail 2.3.0 : Fri Mar 28 2014 - 17:12:11 CET