From f2efbb46ef89c7c1693400f7209113c50c959f02 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 13 Oct 2021 10:51:54 -0700 Subject: Feat(rc): working(ish) version of rc shell Removed compile commands --- sys/cmd/rc/x.tab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/rc/x.tab.h') 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" -- cgit v1.2.1