From: Richard Stallman Date: Tue, 27 Oct 1992 20:36:22 +0000 (+0000) Subject: (NO_UNDERSCORES): Don't define, if YES_UNDERSCORES. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25720d3729505b7a044f55e2ee27058dce5b3b43;p=gcc.git (NO_UNDERSCORES): Don't define, if YES_UNDERSCORES. From-SVN: r2622 --- diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index eeb123d168c..35fcbea37d1 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -22,8 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "i386.h" +#ifdef YES_UNDERSCORES /* Define this now, because bsd386.h tests it. */ #define NO_UNDERSCORES +#endif /* Use the bsd assembler syntax. */ /* we need to do this because gas is really a bsd style assembler,