From 1be7ab665dc2df5a419dfc04445b5a98b16666ca Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Sep 1994 01:25:18 +0000 Subject: [PATCH] . --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 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; -- 2.30.2