From 39e4332d45e770dfe684071db4d3427fa2ca6b0c Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 22 May 2020 17:27:37 -0700 Subject: fix: calling signature of popio --- sys/cmd/cc/ast.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cmd/cc/ast.c') diff --git a/sys/cmd/cc/ast.c b/sys/cmd/cc/ast.c index 184ddaf..825bade 100644 --- a/sys/cmd/cc/ast.c +++ b/sys/cmd/cc/ast.c @@ -48,6 +48,7 @@ closescope(Parser *p) p->sp--; } +#if 0 static void declareobj(Parser *p, Decl *d) @@ -107,6 +108,7 @@ declaretag(Parser *p, Type *t) return define(&p->sp->tags, t->ident, Stype); } +#endif static Sym * -- cgit v1.2.1