Skip to content
Snippets Groups Projects
Commit 806c756a authored by Guenter Knauf's avatar Guenter Knauf
Browse files

syncronized with recent getdate.y updates.

parent 24947013
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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