(NO_UNDERSCORES): Don't define, if YES_UNDERSCORES.
authorRichard Stallman <rms@gnu.org>
Tue, 27 Oct 1992 20:36:22 +0000 (20:36 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 27 Oct 1992 20:36:22 +0000 (20:36 +0000)
From-SVN: r2622

gcc/config/i386/gas.h

index eeb123d168c0a654e97220020fb1c58478e0ccb7..35fcbea37d1d951e785a4834d61d7b3713605b16 100644 (file)
@@ -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,