>>>> "Andy" == Andy Piper
<andyp(a)parallax.co.uk> writes:
Andy> Now I can't even byte compile this because of the .3 and .1 - I get errors
Those should certainly work.
Is LISP_FLOAT_TYPE not #defined?
Does (+ .3 .1) work?
Does 0.3 and 0.1 work instead?
Martin