summaryrefslogtreecommitdiff
path: root/x2p/INTERN.h
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/INTERN.h')
-rw-r--r--x2p/INTERN.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/x2p/INTERN.h b/x2p/INTERN.h
deleted file mode 100644
index 29332945d8..0000000000
--- a/x2p/INTERN.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* INTERN.h
- *
- * Copyright (C) 1993, 1994, by Larry Wall and others
- *
- * You may distribute under the terms of either the GNU General Public
- * License or the Artistic License, as specified in the README file.
- */
-
-#undef EXT
-#define EXT
-
-#ifdef __cplusplus
-# define EXTERN_C extern "C"
-#else
-# ifndef EXTERN_C
-# define EXTERN_C
-# endif
-#endif
-
-#undef INIT
-#define INIT(x) = x
-
-#define DOINIT