C questions
I have 3 questions here, two which directly concern the SAS/C environment
and one which is aimed at the (I believe) Commodore header files…
Firstly, does anyone know why <clib/alib_protos.h> includes
<libraries/mathffp.h>? Removing it doesn't seem to affect anything, and
having it in there wreaks havoc with code using the ANSI math.h and the
default SAS/C floating point math. (In particular, trig functions are
redefined as something else, causing prototype problems and worse…)
Second, does anyone know why oml produces library too large errors
whenever I try to put together a library with lots of debug (compiled with
the -d5 option) information in the modules? I'm finding it difficult to
build my library without reducing the debug info, and I *want* that debug
info there for CodeProbe.
Finally, I just saw an ad for SAS/C 6.0. Anyone have any info on that?
–>Steve Bennett