# HG changeset patch # User Jim Meyering # Date 780462408 0 # Node ID 405bc1f562b65f58185532b6af21fd9c51e60f4a # Parent 6f887f433b2d81d9f4c0520f4309a2ba8256acf4 GNU shell utilities diff --git a/lib/getdate.y b/lib/getdate.y --- a/lib/getdate.y +++ b/lib/getdate.y @@ -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 --git a/lib/strftime.c b/lib/strftime.c --- a/lib/strftime.c +++ b/lib/strftime.c @@ -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