summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/y.tab.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-03-31 07:45:35 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-03-31 07:45:35 +0000
commitef04f88f0e6b13e5cdff436f2b1e97075da6cb65 (patch)
tree57039b0e3fe0c11faa51faf3934c6dd3cd6f305e /gnu/usr.bin/cvs/lib/y.tab.h
parent06d8715958d7c295663b1e4eeb30a0db7aec8cbf (diff)
downloadsrc-test2-vendor/misc-GNU/cvs/1.4A2.tar.gz
src-test2-vendor/misc-GNU/cvs/1.4A2.zip
Diffstat (limited to 'gnu/usr.bin/cvs/lib/y.tab.h')
-rw-r--r--gnu/usr.bin/cvs/lib/y.tab.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/usr.bin/cvs/lib/y.tab.h b/gnu/usr.bin/cvs/lib/y.tab.h
deleted file mode 100644
index 4a541d2c97f7..000000000000
--- a/gnu/usr.bin/cvs/lib/y.tab.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#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;