summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/config/te-sco386.h
blob: d6a8f3d3531bd5f1b0eac8efa0f31293c70452d3 (plain)
1
2
3
4
5
6
7
8
9
/*	$OpenBSD: te-sco386.h,v 1.2 1998/02/15 18:49:50 niklas Exp $	*/

/* 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 */