Subject: re: leading/trailing underscores?
To: None <root@garbled.net>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 01/12/1999 12:48:51
   
   #  on my pmax,
   #  
   # #define R3000 1
   # #define SYSTYPE_BSD 1
   # #define __NO_LEADING_UNDERSCORES__ 1
   # #define __ANSI_COMPAT 1
   # #define __NetBSD__ 1
   # #define __KPRINTF_ATTRIBUTE__ 1
   # #define _R3000 1
   # #define MIPSEL 1
   # #define __GP_SUPPORT__ 1
   # #define mips 1
   # #define __GNUC__ 1
   # #define _SYSTYPE_BSD 1
   # #define unix 1
   
   Hrmmm..  that should definately define __ELF__.. how odd...


i've had compilers turn up on my pmaxs that did not define __ELF__ either.

i don't recall the conditions, but it might have been 1.3.2 or earlier.