summaryrefslogtreecommitdiff
path: root/libcpp/include/mkdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp/include/mkdeps.h')
-rw-r--r--libcpp/include/mkdeps.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libcpp/include/mkdeps.h b/libcpp/include/mkdeps.h
index def7b5641f8..50bcee40726 100644
--- a/libcpp/include/mkdeps.h
+++ b/libcpp/include/mkdeps.h
@@ -23,10 +23,6 @@ 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. */
@@ -80,8 +76,4 @@ 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 */