From 152551c656050f4b5d939868aad65bb56e89c1de Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 31 Oct 1992 20:41:23 +0000 Subject: [PATCH] (OBJC_SELECTORS_WITHOUT_LABELS): Define by default. From-SVN: r2662 --- 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.30.2