aboutsummaryrefslogtreecommitdiff
path: root/libcpp/include/mkdeps.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-06-01 15:37:03 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2009-06-01 15:37:03 +0000
commit4851089fc69c0a249ff82f307829b47dc3856ee0 (patch)
treeabfa6a7597c6532d5cb5aad4f89f160ec834b685 /libcpp/include/mkdeps.h
parentdb868e1edfabd88ca30f61e1b8e11155dc2a7ba5 (diff)
downloadgcc-4851089fc69c0a249ff82f307829b47dc3856ee0.zip
gcc-4851089fc69c0a249ff82f307829b47dc3856ee0.tar.gz
gcc-4851089fc69c0a249ff82f307829b47dc3856ee0.tar.bz2
cpp-id-data.h: Add extern "C".
* include/cpp-id-data.h: Add extern "C". * include/line-map.h: Likewise. * include/mkdeps.h: Likewise. * include/symtab.h: Likewise. * internal.h: Likewise. From-SVN: r148051
Diffstat (limited to 'libcpp/include/mkdeps.h')
-rw-r--r--libcpp/include/mkdeps.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libcpp/include/mkdeps.h b/libcpp/include/mkdeps.h
index 50bcee4..def7b56 100644
--- a/libcpp/include/mkdeps.h
+++ b/libcpp/include/mkdeps.h
@@ -23,6 +23,10 @@ along with this program; see the file COPYING3. If not see
#ifndef LIBCPP_MKDEPS_H
#define LIBCPP_MKDEPS_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* This is the data structure used by all the functions in mkdeps.c.
It's quite straightforward, but should be treated as opaque. */
@@ -76,4 +80,8 @@ extern int deps_restore (struct deps *, FILE *, const char *);
automatic dependency schemes. */
extern void deps_phony_targets (const struct deps *, FILE *);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* ! LIBCPP_MKDEPS_H */