Skip to content
Snippets Groups Projects
Commit f925979b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

satisfy gcc -Wundef

parent 49f7fa82
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment