diff options
author | Richard Stallman <rms@gnu.org> | 1993-11-06 22:13:04 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-11-06 22:13:04 +0000 |
commit | 803c85ca50455f998fa2fdbfa8829f159ed4fef5 (patch) | |
tree | 813c466c89a18e1954b06208cb6120f67b049268 /gcc | |
parent | b9b817f010ec5bdaaeff1d31e00adfb3f74b5c98 (diff) | |
download | gcc-803c85ca50455f998fa2fdbfa8829f159ed4fef5.zip gcc-803c85ca50455f998fa2fdbfa8829f159ed4fef5.tar.gz gcc-803c85ca50455f998fa2fdbfa8829f159ed4fef5.tar.bz2 |
(RMS_QUICK_HACK_1): Defined.
From-SVN: r6029
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m88k/dgux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index c24394d..50cfe0b 100644 --- a/gcc/config/m88k/dgux.h +++ b/gcc/config/m88k/dgux.h @@ -28,6 +28,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SDB_DEBUGGING_INFO #define PREFERRED_DEBUGGING_TYPE \ (GET_VERSION_0300_SYNTAX ? DWARF_DEBUG : SDB_DEBUG) +/* This controls a bug fix in cp-decl.c. + For version 2.6, someone should figure out the right condition. */ +#define RMS_QUICK_HACK_1 #ifndef NO_BUGS #define AS_BUG_IMMEDIATE_LABEL |