summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/as/config/te-sco386.h
blob: da8de1da36c6677d767dbc5be0bd30221af1686d (plain)
1
2
3
4
5
6
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')

/* end of te-sco386.h */
OpenPOWER on IntegriCloud