# HG changeset patch # User Jim Meyering # Date 780462408 0 # Node ID 405bc1f562b65f58185532b6af21fd9c51e60f4a # Parent 6f887f433b2d81d9f4c0520f4309a2ba8256acf4 GNU shell utilities diff -r 6f887f433b2d -r 405bc1f562b6 lib/getdate.y --- a/lib/getdate.y Sat Sep 24 18:40:55 1994 +0000 +++ b/lib/getdate.y Sun Sep 25 03:06:48 1994 +0000 @@ -112,7 +112,7 @@ ** An entry in the lexical lookup table. */ typedef struct _TABLE { - char *name; + const char *name; int type; time_t value; } TABLE; diff -r 6f887f433b2d -r 405bc1f562b6 lib/strftime.c --- a/lib/strftime.c Sat Sep 24 18:40:55 1994 +0000 +++ b/lib/strftime.c Sun Sep 25 03:06:48 1994 +0000 @@ -74,6 +74,10 @@ David MacKenzie */ +#ifdef emacs +#define CONFIG_BROKETS +#endif + #ifdef HAVE_CONFIG_H #if defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation