From: Gunter Knauf Date: Tue, 22 Jun 2004 23:04:57 +0000 (+0000) Subject: syncronized with recent getdate.y updates. X-Git-Tag: curl-7_12_1~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=806c756a2d2dd7701f57eb7eb5c417c98a62a518;p=thirdparty%2Fcurl.git syncronized with recent getdate.y updates. --- diff --git a/lib/getdate.c.cvs b/lib/getdate.c.cvs index 594ae81a35..48dff2329b 100644 --- a/lib/getdate.c.cvs +++ b/lib/getdate.c.cvs @@ -47,6 +47,11 @@ #define YYDEBUG 0 #endif +#ifndef YYSTACK_USE_ALLOCA + /* to satisfy gcc -Wundef, we set this to 0 */ +#define YYSTACK_USE_ALLOCA 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 @@ -1758,7 +1763,7 @@ ToHour (Hours, Meridian) default: abort (); } - /* NOTREACHED */ + /* NOTREACHED - but make gcc happy! */ } static int