# HG changeset patch # User Jim Meyering # Date 780456318 0 # Node ID 4c98e6fc6a56bdde988b9af17975ee7ae432a6fa # Parent 035d91c8a77671e3b40802b004fac7f514bf3384 . diff --git a/lib/getdate.y b/lib/getdate.y --- 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;