From: Daniel Stenberg Date: Fri, 18 Jan 2002 13:10:41 +0000 (+0000) Subject: satisfy gcc -Wundef X-Git-Tag: curl-7_9_3~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f925979b2f8ac0a094b551f090ab201876012cae;p=thirdparty%2Fcurl.git satisfy gcc -Wundef --- diff --git a/lib/getdate.y b/lib/getdate.y index 8afd6fa9c0..6e81d3b3b2 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