OSDN Git Service

2009-07-17 Jerry Quinn <jlquinn@optonline.net>
[pf3gnuchains/gcc-fork.git] / libcpp / include / mkdeps.h
index def7b56..50bcee4 100644 (file)
@@ -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 */