aboutsummaryrefslogtreecommitdiff
path: root/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'decl.c')
-rw-r--r--decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/decl.c b/decl.c
index 8f35033..17b5e2e 100644
--- a/decl.c
+++ b/decl.c
@@ -594,6 +594,7 @@ declaratortypes(struct scope *s, struct list *result, char **name, struct scope
t->u.func.nparam = 0;
paramend = &t->u.func.params;
s = mkscope(s);
+ d = NULL;
do {
if (consume(TELLIPSIS)) {
t->u.func.isvararg = true;