]> git.draconx.ca Git - cdecl99.git/commitdiff
Don't generate invalid void function parameters in randomdecl.
authorNick Bowler <nbowler@draconx.ca>
Thu, 1 Mar 2012 01:29:58 +0000 (20:29 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 3 Mar 2012 03:33:32 +0000 (22:33 -0500)
Only parameters that are pointers or functions may have the "void" type
specifier.

This apparently doesn't come up often, so increase the default number of
test iterations to make it more likely.


No differences found