mirror of
https://github.com/curl/curl.git
synced 2026-06-03 07:44:15 +03:00
syncronized with recent getdate.y updates.
This commit is contained in:
parent
2494701347
commit
806c756a2d
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue