On Saturday 05 April 2008 20:29:45 Mark Glines wrote: > Sekana Fernando reported that src/ops/core_ops.c didn't compile under > g++. It reports an error about "static op_lib_t core_op_lib" being > declared twice, and rightly so, because it is. There's an initial stub > declaration, and another declaration at the end of the file with an > initializer block. > > It seems appropriate to change the order of things output by ops2c, to > avoid the redundant declaration. So I did so. Patch attached.
+1 here -- c