aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/parse.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 11:43:13 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 11:43:13 -0700
commitfaaf40e55e002212c0c28f7845dfa2322eb7ad05 (patch)
tree9c61e6125d054439019c3c037e46353597018870 /sys/cmd/rc/parse.h
parent5c20d687c495f2cb3f3a390d04854dcceb2ef74e (diff)
feat(rc): string concatenation works
Diffstat (limited to 'sys/cmd/rc/parse.h')
-rw-r--r--sys/cmd/rc/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/rc/parse.h b/sys/cmd/rc/parse.h
index c30606d..ef389bc 100644
--- a/sys/cmd/rc/parse.h
+++ b/sys/cmd/rc/parse.h
@@ -107,7 +107,7 @@ extern int yydebug;
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
union YYSTYPE
{
-#line 23 "sys/cmd/rc/syntax.y"
+#line 24 "sys/cmd/rc/syntax.y"
struct Tree *tree;