aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/x.tab.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-13 10:51:54 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-13 10:51:54 -0700
commitf2efbb46ef89c7c1693400f7209113c50c959f02 (patch)
tree1c44494a9260dc270aac0a5291a7952ab0e74514 /sys/cmd/rc/x.tab.h
parent0385c87c8434873bdb8b86d35700cdd61286b749 (diff)
Feat(rc): working(ish) version of rc shell
Removed compile commands
Diffstat (limited to 'sys/cmd/rc/x.tab.h')
-rw-r--r--sys/cmd/rc/x.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/rc/x.tab.h b/sys/cmd/rc/x.tab.h
index 0f5b1bd..6b2da03 100644
--- a/sys/cmd/rc/x.tab.h
+++ b/sys/cmd/rc/x.tab.h
@@ -100,7 +100,7 @@
typedef union YYSTYPE
#line 16 "syn.y"
{
- struct tree *tree;
+ struct Tree *tree;
}
/* Line 1529 of yacc.c. */
#line 107 "y.tab.h"