1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 21:09:01 +02:00
This commit is contained in:
Jim Meyering
1994-09-25 01:25:18 +00:00
parent 1ba691350b
commit 451fa3013e
+1 -1
View 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;