From 74e299845c9d6454841aa42b47d680ec5515be74 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Aug 1993 03:55:29 +0000 Subject: [PATCH] (HAVE_VFORK, INTEL386, aix386): Add #undef. --- src/m/ibm370aix.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h index 9ff962ba17c..ee2191ac62c 100644 --- a/src/m/ibm370aix.h +++ b/src/m/ibm370aix.h @@ -4,6 +4,10 @@ #define AIX +/* these were defined in "ibmps2-aix.h" */ +#undef INTEL386 +#undef aix386 + /* i370 is big-endian */ #define BIG_ENDIAN @@ -23,6 +27,7 @@ #undef LIBS_MACHINE #define LIBS_MACHINE +#undef HAVE_VFORK #undef LD_SWITCH_MACHINE #define LD_SWITCH_MACHINE -xa -- 2.39.5