Added NO_IMPLICIT_C as our header files in standard locations are either

already C++ safe, or C++ header files.
This fixes the problem with parse errors in header files when compiling C++
files.
Recompiling libg++ also solves the undefined synbols problem.
This commit is contained in:
L Jonas Olsson 1994-11-16 14:02:42 +00:00
parent 915554d454
commit 0066ef2281

View File

@ -22,6 +22,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Include common aspects of all 386 Unix assemblers. */
#include "i386/unix.h"
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
/* Use the Sequent Symmetry assembler syntax. */
#define TARGET_VERSION fprintf (stderr, " (80386, BSD syntax)");