summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EXTERN.h8
-rw-r--r--INTERN.h8
2 files changed, 0 insertions, 16 deletions
diff --git a/EXTERN.h b/EXTERN.h
index a9a56448f5..58ca37a47f 100644
--- a/EXTERN.h
+++ b/EXTERN.h
@@ -55,14 +55,6 @@
# endif
#endif
-#ifndef EXTERN_C
-# ifdef __cplusplus
-# define EXTERN_C extern "C"
-# else
-# define EXTERN_C extern
-# endif
-#endif
-
#undef INIT
#define INIT(x)
diff --git a/INTERN.h b/INTERN.h
index 206d56e56e..da3057a83c 100644
--- a/INTERN.h
+++ b/INTERN.h
@@ -48,14 +48,6 @@
# endif
#endif
-#ifndef EXTERN_C
-# ifdef __cplusplus
-# define EXTERN_C extern "C"
-# else
-# define EXTERN_C extern
-# endif
-#endif
-
#undef INIT
#define INIT(x) = x