diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1994-12-20 14:15:42 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1994-12-20 14:15:42 +0000 |
commit | e29b094c19077c35203f298fb195d150cf579c81 (patch) | |
tree | afb9b7756d3db2c1df87243da701c0373e9a879e | |
parent | ca89aaa53ee9c2230671b5fc1029e119250beae3 (diff) | |
download | gcc-e29b094c19077c35203f298fb195d150cf579c81.zip gcc-e29b094c19077c35203f298fb195d150cf579c81.tar.gz gcc-e29b094c19077c35203f298fb195d150cf579c81.tar.bz2 |
Support SYSV pragmas
From-SVN: r8673
-rw-r--r-- | gcc/config/i386/go32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/go32.h b/gcc/config/i386/go32.h index 0aaa4e1..5618a0d 100644 --- a/gcc/config/i386/go32.h +++ b/gcc/config/i386/go32.h @@ -3,6 +3,8 @@ /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C +#define HANDLE_SYSV_PRAGMA + #define YES_UNDERSCORES #include "i386/gas.h" |