Imported from ../bash-2.0.tar.gz.
[platform/upstream/bash.git] / y.tab.h
diff --git a/y.tab.h b/y.tab.h
index 7ba3b28..2acc11c 100644 (file)
--- a/y.tab.h
+++ b/y.tab.h
@@ -23,21 +23,23 @@ typedef union {
 #define        FUNCTION        271
 #define        IN      272
 #define        BANG    273
-#define        WORD    274
-#define        ASSIGNMENT_WORD 275
-#define        NUMBER  276
-#define        AND_AND 277
-#define        OR_OR   278
-#define        GREATER_GREATER 279
-#define        LESS_LESS       280
-#define        LESS_AND        281
-#define        GREATER_AND     282
-#define        SEMI_SEMI       283
-#define        LESS_LESS_MINUS 284
-#define        AND_GREATER     285
-#define        LESS_GREATER    286
-#define        GREATER_BAR     287
-#define        yacc_EOF        288
+#define        TIME    274
+#define        TIMEOPT 275
+#define        WORD    276
+#define        ASSIGNMENT_WORD 277
+#define        NUMBER  278
+#define        AND_AND 279
+#define        OR_OR   280
+#define        GREATER_GREATER 281
+#define        LESS_LESS       282
+#define        LESS_AND        283
+#define        GREATER_AND     284
+#define        SEMI_SEMI       285
+#define        LESS_LESS_MINUS 286
+#define        AND_GREATER     287
+#define        LESS_GREATER    288
+#define        GREATER_BAR     289
+#define        yacc_EOF        290
 
 
 extern YYSTYPE yylval;