aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/ast.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-22 17:27:37 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-22 17:27:37 -0700
commit39e4332d45e770dfe684071db4d3427fa2ca6b0c (patch)
tree839faa275fd916808b4ab6bb00db32012080085c /sys/cmd/cc/ast.c
parent69487ed29aed49ca0e3481e9783e02e9156258b2 (diff)
fix: calling signature of popio
Diffstat (limited to 'sys/cmd/cc/ast.c')
-rw-r--r--sys/cmd/cc/ast.c2
1 files changed, 2 insertions, 0 deletions
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 *