diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-25 13:05:05 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-25 13:05:05 -0500 |
commit | d9ee453842b80eaf48f565e3abf0ae1d106be59d (patch) | |
tree | 32c26f4b3cb6221844a3dc3d7e3e5b5a164e0c3e | |
parent | 2c4d3019bdb8f0707c34b5cf7f86bf7999e5e025 (diff) | |
download | gcc-d9ee453842b80eaf48f565e3abf0ae1d106be59d.zip gcc-d9ee453842b80eaf48f565e3abf0ae1d106be59d.tar.gz gcc-d9ee453842b80eaf48f565e3abf0ae1d106be59d.tar.bz2 |
(USG): Delete from here (already in xm.h file).
From-SVN: r6320
-rw-r--r-- | gcc/config/m68k/dpx2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/m68k/dpx2.h b/gcc/config/m68k/dpx2.h index 094e21d..eab8989 100644 --- a/gcc/config/m68k/dpx2.h +++ b/gcc/config/m68k/dpx2.h @@ -9,7 +9,6 @@ #define MOTOROLA /* Use Motorola syntax rather than "MIT" */ #define SGS_NO_LI /* Suppress jump table label usage */ #define VERSADOS /* This is the name of the assembler we have */ -#define USG #endif #include "m68k/m68k.h" |