diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-03 06:06:01 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-03 06:06:01 +0000 |
commit | 2dda64a6258fe213cb75f8a1b381d6a8ce338bb4 (patch) | |
tree | 69dc5d71503b8283d8144704ac5beaf98a8a2c94 /libcpp/internal.h | |
parent | d3ed35175e394ed9bf2721192f14f57c91c1fbe9 (diff) | |
download | gcc-2dda64a6258fe213cb75f8a1b381d6a8ce338bb4.tar.gz |
2009-06-03 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r148111
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@148114 138bc75d-0d04-0410-961f-82ee72b054a4
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 */ |