summaryrefslogtreecommitdiff
path: root/libcpp/include/symtab.h
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-01 15:37:03 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-01 15:37:03 +0000
commite61157d7110fcb8f0a247ca70b06879ad59b059e (patch)
treeabfa6a7597c6532d5cb5aad4f89f160ec834b685 /libcpp/include/symtab.h
parentd515c104644270bc261722345e03cecc798703c6 (diff)
downloadgcc-e61157d7110fcb8f0a247ca70b06879ad59b059e.tar.gz
* include/cpp-id-data.h: Add extern "C".
* include/line-map.h: Likewise. * include/mkdeps.h: Likewise. * include/symtab.h: Likewise. * internal.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/include/symtab.h')
-rw-r--r--libcpp/include/symtab.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcpp/include/symtab.h b/libcpp/include/symtab.h
index e7c593731bc..e1bc00cb6f6 100644
--- a/libcpp/include/symtab.h
+++ b/libcpp/include/symtab.h
@@ -20,6 +20,11 @@ along with this program; see the file COPYING3. If not see
#define LIBCPP_SYMTAB_H
#include "obstack.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#ifndef GTY
#define GTY(x) /* nothing */
#endif
@@ -99,4 +104,8 @@ extern void ht_load (hash_table *ht, hashnode *entries,
/* Dump allocation statistics to stderr. */
extern void ht_dump_statistics (hash_table *);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* LIBCPP_SYMTAB_H */