aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-03 14:49:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-03 14:49:05 +0000
commit64b518c8d010e9b6df923130e949d843ddab9a01 (patch)
treea9cd71dc8d3063ac836f596c53014bc0a3ebdab5 /src
parentf73036eec5cdce31fba3f4a9d429037519282c74 (diff)
downloadcflow-64b518c8d010e9b6df923130e949d843ddab9a01.tar.gz
cflow-64b518c8d010e9b6df923130e949d843ddab9a01.tar.bz2
Fix bug introduced 2005-03-22
Diffstat (limited to 'src')
-rw-r--r--src/parser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser.c b/src/parser.c
index 249b7f4..37ad51c 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -748,8 +748,7 @@ dcl(Ident *idptr)
else if (type != MODIFIER)
break;
} else if (tok.type == ')') {
- putback();
- break;
+ return 1;
}
}
if (idptr && idptr->type_end == -1)

Return to:

Send suggestions and report system problems to the System administrator.