diff lib/getdate.y @ 304:4c98e6fc6a56

.
author Jim Meyering <jim@meyering.net>
date Sun, 25 Sep 1994 01:25:18 +0000
parents 035d91c8a776
children a039341b5639
line wrap: on
line diff
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -112,7 +112,7 @@
 **  An entry in the lexical lookup table.
 */
 typedef struct _TABLE {
-    char	*name;
+    const char	*name;
     int		type;
     time_t	value;
 } TABLE;