From 0a2aca406d91370e4201953769a9e4d2f2e3bc25 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Sep 1994 03:06:48 +0000 Subject: [PATCH] GNU shell utilities --- lib/getdate.y | 2 +- lib/strftime.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5