[comp.sys.sun] how to tell SunOS 3.2 from other systems in an #if?

mp@allegra.UUCP (Mark Plotnick) (03/24/89)

We need to do the following in some TeX source code to get around a bug in
the 3.2 c compiler.  Optimally, we're aiming to have ONE copy of the
source code for all architectures and all OS versions.  Does anyone know
of a way to fill in the "#if this is 3.2" part?

	#if this is 3.2
	#undef REGFIX
	#else
	#define REGFIX
	#endif

    Mark Plotnick
    allegra!mp
    mp@research.att.com