aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-18 13:10:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-18 13:10:41 +0000
commitf925979b2f8ac0a094b551f090ab201876012cae (patch)
treec5488f493e2c5e67e3d7fa3f39aff64186d66298 /lib
parent49f7fa82b95e5f6fe816f842d41af11359dd7342 (diff)
satisfy gcc -Wundef
Diffstat (limited to 'lib')
-rw-r--r--lib/getdate.y5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index 8afd6fa9c..6e81d3b3b 100644
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -21,6 +21,11 @@
# endif
#endif
+#ifndef YYDEBUG
+ /* to satisfy gcc -Wundef, we set this to 0 */
+#define YYDEBUG 0
+#endif
+
/* Since the code of getdate.y is not included in the Emacs executable
itself, there is no need to #define static in this file. Even if
the code were included in the Emacs executable, it probably