From 25720d3729505b7a044f55e2ee27058dce5b3b43 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 27 Oct 1992 20:36:22 +0000 Subject: [PATCH] (NO_UNDERSCORES): Don't define, if YES_UNDERSCORES. From-SVN: r2622 --- gcc/config/i386/gas.h | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.30.2