aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index ee506703436..102d867b387 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -85,7 +85,9 @@ char pot_etags_version[] = "@(#) pot revision number is 17.38.1.4";
85# define DEBUG true 85# define DEBUG true
86#else 86#else
87# define DEBUG false 87# define DEBUG false
88# define NDEBUG /* disable assert */ 88# ifndef NDEBUG
89# define NDEBUG /* disable assert */
90# endif
89#endif 91#endif
90 92
91#include <config.h> 93#include <config.h>