mirror of
https://github.com/curl/curl.git
synced 2026-06-03 00:44:14 +03:00
satisfy gcc -Wundef
This commit is contained in:
parent
49f7fa82b9
commit
f925979b2f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue