From: Jim Meyering Date: Sun, 25 Sep 1994 01:25:18 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be7ab665dc2df5a419dfc04445b5a98b16666ca;p=pspp . --- 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;