.
authorJim Meyering <jim@meyering.net>
Sun, 25 Sep 1994 01:25:18 +0000 (01:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Sep 1994 01:25:18 +0000 (01:25 +0000)
lib/getdate.y

index 1861c9c73c042eb7e79e77660699813d4c3823c2..851bd9a92faf108acb23215dfbb182cc853d3e0d 100644 (file)
@@ -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;