diff options
Diffstat (limited to 'gas/config/te-sco386.h')
-rw-r--r-- | gas/config/te-sco386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h index da8de1d..2c93f0b 100644 --- a/gas/config/te-sco386.h +++ b/gas/config/te-sco386.h @@ -1,7 +1,7 @@ /* 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') +/* Local labels start with a period. */ +#define DOT_LABEL_PREFIX /* end of te-sco386.h */ |