diff options
Diffstat (limited to 'libcpp/internal.h')
| -rw-r--r-- | libcpp/internal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/internal.h b/libcpp/internal.h index 22e6d238906..21e51c6553c 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -33,6 +33,10 @@ along with this program; see the file COPYING3. If not see typedef int iconv_t; /* dummy */ #endif +#ifdef __cplusplus +extern "C" { +#endif + struct directive; /* Deliberately incomplete. */ struct pending_option; struct op; @@ -702,4 +706,8 @@ ufputs (const unsigned char *s, FILE *f) return fputs ((const char *)s, f); } +#ifdef __cplusplus +} +#endif + #endif /* ! LIBCPP_INTERNAL_H */ |

