(OBJC_SELECTORS_WITHOUT_LABELS): Define by default.

From-SVN: r2662
This commit is contained in:
Richard Stallman 1992-10-31 20:41:23 +00:00
parent 71cd5224b3
commit 152551c656

View 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
/* Define the special tree codes that we use. */