From 0ad17d1bb259a0fee173b028033c607f2e99a1c7 Mon Sep 17 00:00:00 2001 From: rms Date: Sat, 31 Oct 1992 20:41:23 +0000 Subject: [PATCH] (OBJC_SELECTORS_WITHOUT_LABELS): Define by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2662 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/objc/objc-act.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 982f6e4751b..1d38b8368ad 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -47,6 +47,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "flags.h" #include "objc-actions.h" #include "input.h" + +/* The GNU run time requires the selectors in a vector + so it can store the operation numbers in them. */ +#ifndef NEXT_OBJC_RUNTIME +#define OBJC_SELECTORS_WITHOUT_LABELS +#endif /* Define the special tree codes that we use. */ -- 2.11.0