OSDN Git Service

(OBJC_SELECTORS_WITHOUT_LABELS): Define by default.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 1992 20:41:23 +0000 (20:41 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Oct 1992 20:41:23 +0000 (20:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2662 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/objc/objc-act.c

index 982f6e4..1d38b83 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.  */