summaryrefslogtreecommitdiff
path: root/pic/pic.tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'pic/pic.tab.h')
-rw-r--r--pic/pic.tab.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pic/pic.tab.h b/pic/pic.tab.h
index 33af90e0e..d9a20d525 100644
--- a/pic/pic.tab.h
+++ b/pic/pic.tab.h
@@ -20,7 +20,7 @@ typedef union {
#define VARIABLE 259
#define NUMBER 260
#define TEXT 261
-#define COMMAND 262
+#define COMMAND_LINE 262
#define DELIMITED 263
#define ORDINAL 264
#define LEFT_ARROW_HEAD 265
@@ -122,8 +122,9 @@ typedef union {
#define FILL 361
#define ALIGNED 362
#define SPRINTF 363
-#define DEFINE 364
-#define UNDEF 365
+#define COMMAND 364
+#define DEFINE 365
+#define UNDEF 366
extern YYSTYPE yylval;