* lib/parse-datetime.y: Remove an ‘ifdef emacs’. Emacs has never
used this module. The module is derived from code taken from
Emacs, but that code was removed from Emacs in the 1990s.
+2022-05-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ parse-datetime: remove Emacs cruft
+ * lib/parse-datetime.y: Remove an ‘ifdef emacs’. Emacs has never
+ used this module. The module is derived from code taken from
+ Emacs, but that code was removed from Emacs in the 1990s.
+
2022-05-11 Bruno Haible <bruno@clisp.org>
alloca: Remove old code for Emacs, unused since 2009.
#define YYMAXDEPTH 20
#define YYINITDEPTH YYMAXDEPTH
-/* Since the code of parse-datetime.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
- wouldn't do any harm to #undef it here; this will only cause
- problems if we try to write to a static variable, which I don't
- think this code needs to do. */
-#ifdef emacs
-# undef static
-#endif
-
#include <inttypes.h>
#include <c-ctype.h>
#include <stdarg.h>