Initial import from FreeBSD RELENG_4:
[games.git] / gnu / usr.bin / as / config / te-sco386.h
1 /* Machine specific defines for the SCO Unix V.3.2 ODT */
2 #define scounix
3
4 /* Return true if s (a non null string pointer), points to a local variable name. */
5 #define LOCAL_LABEL(n)  ((n)[0] == '.' && (n)[1] == 'L')
6
7 /* end of te-sco386.h */