On Thu, Nov 15, 2001 at 08:36:18PM +1100, Ken Foskey wrote: > Can someone tell me the magic tags for gcc compiler. In open office I > want to remove the #pragmas for all gcc compilers. In borlkadc it is > __BORANDC__ of rIBM mainframe it is __HOS_MVS__. I have seen it in > the docs somewhere but I cannot find it again.
__GNUC__ . It's described, for example, in the "extensions to the C Language Family" page of the gcc info pages. Malcolm -- Honk if you love peace and quiet. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
