From 803c85ca50455f998fa2fdbfa8829f159ed4fef5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 6 Nov 1993 22:13:04 +0000 Subject: [PATCH] (RMS_QUICK_HACK_1): Defined. From-SVN: r6029 --- gcc/config/m88k/dgux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m88k/dgux.h b/gcc/config/m88k/dgux.h index c24394de6c8..50cfe0bb531 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 -- 2.30.2