Leopold Toetsch wrote:
On Oct 27, 2005, at 22:31, Nick Glencross wrote:
There are a few cases of -1 being assigned to unsigneds. Anyone know
if that's deliberate?
Yup. Some special out-of-band values.
I thought as much. Nothing to worry about there then...
One other thing I forgot to ask if anyone had a solution to... Is there
a proper way of doing forward declarations of statics in C/C++? I've had
to use extern for the timebeing, even though that changes what was
trying to be achieved.
e.g. In ops2c.pl there's a 'static op_lib_t var' at the top, which is
forward declaring the variable, but C++ (with good reason) doesn't like
that.
Nick