From: Richard Stallman Date: Sat, 31 Oct 1992 20:41:23 +0000 (+0000) Subject: (OBJC_SELECTORS_WITHOUT_LABELS): Define by default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=152551c656050f4b5d939868aad65bb56e89c1de;p=gcc.git (OBJC_SELECTORS_WITHOUT_LABELS): Define by default. From-SVN: r2662 --- 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. */