diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-27 20:38:49 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-27 20:38:49 +0000 |
commit | 6b5c83262c198721c1f5d3973f60ae30c0111e72 (patch) | |
tree | 63a83ed0af824333864db82a0c70059b8c4caf73 /gcc/config/i386/linux.h | |
parent | 7b738fd058a00aaaaea8f1fe07bbd576e19d6982 (diff) | |
download | gcc-6b5c83262c198721c1f5d3973f60ae30c0111e72.tar.gz |
(YES_UNDERSCORES): Defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux.h')
-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 8b467d6b81b..8cfe5445e03 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -17,6 +17,9 @@ #endif +/* This is tested by i386gas.h. */ +#define YES_UNDERSCORES + #include "i386gas.h" /* Specify predefined symbols in preprocessor. */ |