Improve parse_va_start():
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 16 Sep 2008 09:39:36 +0000 (09:39 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 16 Sep 2008 09:39:36 +0000 (09:39 +0000)
- reference expressions never have no declaration, at least there is an error declaration
- do not return an invalid expression, when the second argument is a reference, but not the last parameter
- if the second parameter is invalid, still expect the ).

[r21997]


No differences found