diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-12 19:41:56 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-12 19:41:56 -0500 |
commit | 7b70a020c3dd85c63ffc6cceb165b400576d89b5 (patch) | |
tree | 0db6400f4ef041fdc396ec68055d6331bbe31e4c /gcc | |
parent | 89b3e3b4060086b35d9b45cfdb2ed7843984ed24 (diff) | |
download | gcc-7b70a020c3dd85c63ffc6cceb165b400576d89b5.zip gcc-7b70a020c3dd85c63ffc6cceb165b400576d89b5.tar.gz gcc-7b70a020c3dd85c63ffc6cceb165b400576d89b5.tar.bz2 |
(NO_IMPLICIT_EXTERN_C): Defined.
From-SVN: r6762
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 6e2e9d3..84b1109 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -26,6 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define GOOD_GAS #endif +/* Don't assume anything about the header files. */ +#define NO_IMPLICIT_EXTERN_C + /* This is tested by i386/gas.h. */ #define YES_UNDERSCORES |