On Sat, 2 Jan 2010, Sven Schreiber wrote:
executing a script file with the following functon definition crashes
gretl:
function void check(
int myparam,
int nextparam)
print "do nothing"
end function
Of course I'm not saying that this syntax should work (it's ok for me if
it doesn't) but gretl shouldn't crash.
Granted, and now fixed in CVS. No, that syntax is not supported
(line ends with opening parenthesis).
Allin.