From: Jim Meyering Date: Sun, 25 Sep 1994 01:25:18 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~585 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=451fa3013e975f0bdcd90c46b24f5170e740203a;p=thirdparty%2Fcoreutils.git . --- 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;