1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/gnu/usr.bin/tar/y.tab.h
1993-06-18 04:22:21 +00:00

19 lines
359 B
C

#define tAGO 257
#define tDAY 258
#define tDAYZONE 259
#define tID 260
#define tMERIDIAN 261
#define tMINUTE_UNIT 262
#define tMONTH 263
#define tMONTH_UNIT 264
#define tSEC_UNIT 265
#define tSNUMBER 266
#define tUNUMBER 267
#define tZONE 268
#define tDST 269
typedef union {
time_t Number;
enum _MERIDIAN Meridian;
} YYSTYPE;
extern YYSTYPE yylval;