Fix issue #391: input stack underflow on too few macro arguments.
This commit is contained in:
parent
f8332509b9
commit
31a51becd2
6 changed files with 22 additions and 4 deletions
|
|
@ -58,4 +58,4 @@ sum += 900000000.0;
|
|||
|
||||
#define FUNC(a,b) a+b
|
||||
// needs to be last test in file due to syntax error
|
||||
void foo986(){ FUNC( (((2)))), 4); } // ERROR, too many )
|
||||
void foo986(){ FUNC( (((2)))), 4); } // ERROR, too few arguments )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue