(OBJC_SELECTORS_WITHOUT_LABELS): Define by default.
authorRichard Stallman <rms@gnu.org>
Sat, 31 Oct 1992 20:41:23 +0000 (20:41 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 31 Oct 1992 20:41:23 +0000 (20:41 +0000)
From-SVN: r2662

gcc/objc/objc-act.c

index 982f6e4751b33a173111dd7bdaf5d201b5d7e3a2..1d38b8368ada451264a8f78ef3a3b0fad266d0ae 100644 (file)
@@ -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
 \f
 /* Define the special tree codes that we use.  */