summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-25 01:25:18 +0000
committerJim Meyering <jim@meyering.net>1994-09-25 01:25:18 +0000
commit451fa3013e975f0bdcd90c46b24f5170e740203a (patch)
tree74949c89757ff3730b753a65117c350676f3d67c /lib/getdate.y
parent1ba691350be74b3f5e2d3417f154046b6c06c2f6 (diff)
downloadcoreutils-451fa3013e975f0bdcd90c46b24f5170e740203a.tar.xz
.
Diffstat (limited to 'lib/getdate.y')
-rw-r--r--lib/getdate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index 1861c9c73..851bd9a92 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;