Last change
on this file since 3669 was 622, checked in by bird, 22 years ago |
#597: Removed TARGET_FORMAT, it's defined in tc-i386.h which we indirectly include.
|
-
Property cvs2svn:cvs-rev
set to
1.3
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
256 bytes
|
Line | |
---|
1 | #define TE_EMX
|
---|
2 |
|
---|
3 | #undef abort
|
---|
4 | #include <process.h>
|
---|
5 | #include <io.h>
|
---|
6 | #define abort() as_abort (__FILE__, __LINE__, __PRETTY_FUNCTION__)
|
---|
7 |
|
---|
8 | #define LEX_AT 1 /* can have @'s inside labels */
|
---|
9 | #define EMX
|
---|
10 | #define LOCAL_LABELS_DOLLAR 1
|
---|
11 |
|
---|
12 | #include "obj-format.h"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.