projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f7fa8
)
satisfy gcc -Wundef
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 18 Jan 2002 13:10:41 +0000
(13:10 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 18 Jan 2002 13:10:41 +0000
(13:10 +0000)
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index
8afd6fa
..
6e81d3b
100644
(file)
--- 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