Commit f5cc3cbb by Ian Lance Taylor

compiler: Adjust for GCC always being built with C++.

From-SVN: r190405
parent 18da4303
......@@ -10,11 +10,6 @@
#include <gmp.h>
#ifndef ENABLE_BUILD_WITH_CXX
extern "C"
{
#endif
#include "toplev.h"
#include "intl.h"
#include "tree.h"
......@@ -24,10 +19,6 @@ extern "C"
#include "real.h"
#include "realmpfr.h"
#ifndef ENABLE_BUILD_WITH_CXX
}
#endif
#include "go-c.h"
#include "gogo.h"
#include "types.h"
......
......@@ -8,11 +8,6 @@
#include <gmp.h>
#ifndef ENABLE_BUILD_WITH_CXX
extern "C"
{
#endif
#include "toplev.h"
#include "tree.h"
#include "gimple.h"
......@@ -22,12 +17,8 @@ extern "C"
#include "convert.h"
#include "output.h"
#include "diagnostic.h"
#ifndef ENABLE_BUILD_WITH_CXX
}
#endif
#include "go-c.h"
#include "types.h"
#include "expressions.h"
#include "statements.h"
......
......@@ -8,11 +8,6 @@
#include <gmp.h>
#ifndef ENABLE_BUILD_WITH_CXX
extern "C"
{
#endif
#include "toplev.h"
#include "intl.h"
#include "tree.h"
......@@ -20,10 +15,6 @@ extern "C"
#include "real.h"
#include "convert.h"
#ifndef ENABLE_BUILD_WITH_CXX
}
#endif
#include "go-c.h"
#include "gogo.h"
#include "operator.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment