binutils-gdb/gas/config/te-sco386.h

6 lines
217 B
C
Raw Normal View History

1991-04-04 20:19:56 +02:00
/* Machine specific defines for the SCO Unix V.3.2 ODT */
#define scounix
/* Return true if s (a non null string pointer), points to a local variable name. */
#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L')