mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 17:43:40 +08:00
6 lines
217 B
C
6 lines
217 B
C
/* 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')
|