1991-04-04 18:19:56 +00:00
|
|
|
/* Machine specific defines for the SCO Unix V.3.2 ODT */
|
|
|
|
|
1992-12-30 21:39:51 +00:00
|
|
|
/* Local labels start with a period. */
|
1993-10-31 02:18:17 +00:00
|
|
|
#define LOCAL_LABEL(name) (name[0] == '.' \
|
|
|
|
&& (name[1] == 'L' || name[1] == '.'))
|
|
|
|
#define FAKE_LABEL_NAME ".L0\001"
|
1995-08-27 01:18:28 +00:00
|
|
|
|
|
|
|
#include "obj-format.h"
|
|
|
|
|
1992-02-13 09:13:54 +00:00
|
|
|
/* end of te-sco386.h */
|