On Wednesday 19 December 2007, Dan Pascu wrote: > Henning, > > the code you wrote is uncompilable with a C compiler (declaring variables > after code statements is a C++ extension). Besides why do you need to > pass real variables to that function? You can use NULL for the arguments > you do not care for. Or if you do not wish to pass 6 arguments you may > declare your own function type and use that instead with a simple > typecast when assigned:
Hi Dan, yes, a NULL makes much more sense. I fixed this in svn. Cheers, Henning _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
