From: Nick Bowler Date: Thu, 1 Mar 2012 01:29:58 +0000 (-0500) Subject: Don't generate invalid void function parameters in randomdecl. X-Git-Tag: v1~57 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/9628bd06223d7e1730574ca0c93d76b1d39856b4?hp=9628bd06223d7e1730574ca0c93d76b1d39856b4 Don't generate invalid void function parameters in randomdecl. 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. ---