aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/parse.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 12:02:14 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 12:02:14 -0700
commit79fb5e6be113678d4ef0349d2e584f219e567426 (patch)
tree48aaedc53f40329c1552eb748ad021a76ec3318c /sys/cmd/rc/parse.h
parentfaaf40e55e002212c0c28f7845dfa2322eb7ad05 (diff)
feat(rc): string join operator
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