aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index c918b43..16ab289 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -519,6 +519,8 @@ parse_variable_declaration(Ident *ident, int parm)
}
putback();
skip_struct();
+ while (tok.type == MODIFIER)
+ nexttoken();
if (tok.type == IDENTIFIER) {
TOKSTK hold = tok;
restore(sp);

Return to:

Send suggestions and report system problems to the System administrator.