From: Jim Meyering Date: Sun, 25 Sep 1994 03:06:48 +0000 (+0000) Subject: GNU shell utilities X-Git-Tag: SHELLUTILS-1_10n X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0a2aca406d91370e4201953769a9e4d2f2e3bc25;p=gnulib.git GNU shell utilities --- diff --git a/lib/getdate.y b/lib/getdate.y index 1861c9c73c..851bd9a92f 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -112,7 +112,7 @@ static int yyerror (); ** 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 index 6d8ca0c53e..e73cb6f753 100644 --- 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