| Index: gcc/go/gofrontend/types.cc |
| diff --git a/gcc/go/gofrontend/types.cc b/gcc/go/gofrontend/types.cc |
| index 228f3fa..c52f41b 100644 |
| --- a/gcc/go/gofrontend/types.cc |
| +++ b/gcc/go/gofrontend/types.cc |
| @@ -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" |