changeset 304:4c98e6fc6a56

.
author Jim Meyering <jim@meyering.net>
date Sun, 25 Sep 1994 01:25:18 +0000
parents 035d91c8a776
children acd40672e7ea
files lib/getdate.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;