shebs 02/08/16 10:48:00 Modified: gcc cpplib.c cppmacro.c Log: Now we know why those #undef abort things are there, grumble. Revision Changes Path 1.37 +2 -0 gcc3/gcc/cpplib.c Index: cpplib.c =================================================================== RCS file: /cvs/Darwin/gcc3/gcc/cpplib.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- cpplib.c 2002/08/16 17:06:54 1.36 +++ cpplib.c 2002/08/16 17:47:59 1.37 @@ -30,6 +30,8 @@ #include "pfe/pfe.h" #include "pfe/pfe-header.h" extern void pfe_find_macro PARAMS ((const char *)); +/* This is so fix-header will link. */ +#undef abort /* APPLE LOCAL end PFE */ /* APPLE LOCAL indexing dpatel */ 1.43 +2 -0 gcc3/gcc/cppmacro.c Index: cppmacro.c =================================================================== RCS file: /cvs/Darwin/gcc3/gcc/cppmacro.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- cppmacro.c 2002/08/16 17:06:54 1.42 +++ cppmacro.c 2002/08/16 17:47:59 1.43 @@ -32,6 +32,8 @@ #include "pfe/pfe.h" #include "pfe/pfe-header.h" extern void pfe_find_macro PARAMS ((const char *)); +/* This is so fix-header will link. */ +#undef abort /* APPLE LOCAL end PFE */ /* APPLE LOCAL indexing dpatel */
