aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/parse.h')
-rw-r--r--sys/cmd/rc/parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cmd/rc/parse.h b/sys/cmd/rc/parse.h
index ef389bc..64d567a 100644
--- a/sys/cmd/rc/parse.h
+++ b/sys/cmd/rc/parse.h
@@ -73,7 +73,7 @@ extern int yydebug;
Tindex = 274, /* Tindex */
Twhile = 275, /* Twhile */
Tcount = 276, /* Tcount */
- Tflat = 277 /* Tflat */
+ Tjoin = 277 /* Tjoin */
};
typedef enum yytokentype yytoken_kind_t;
#endif
@@ -101,7 +101,7 @@ extern int yydebug;
#define Tindex 274
#define Twhile 275
#define Tcount 276
-#define Tflat 277
+#define Tjoin 277
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED