From 2d292e69a1d1bf5733242f6da28d55246b04ea17 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Tue, 8 Mar 2011 09:26:36 -0800 Subject: [PATCH] small change to previous whitespace-only commit --- tccgen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tccgen.c b/tccgen.c index 15736f0d..805d5018 100644 --- a/tccgen.c +++ b/tccgen.c @@ -3058,7 +3058,7 @@ static void post_type_args(CType *type, AttributeDef *ad) CType pt; /* function declaration */ - next(); + skip('('); l = 0; first = NULL; plast = &first; @@ -3131,7 +3131,7 @@ static void post_type_array(CType *type, AttributeDef *ad) Sym *s; /* array definition */ - next(); + skip('['); if (tok == TOK_RESTRICT1) next(); n = -1;