summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/INTERN.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/INTERN.h')
-rw-r--r--usr.bin/patch/INTERN.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/patch/INTERN.h b/usr.bin/patch/INTERN.h
new file mode 100644
index 00000000000..daa00b5b09c
--- /dev/null
+++ b/usr.bin/patch/INTERN.h
@@ -0,0 +1,13 @@
+/* $Id: INTERN.h,v 1.1.1.1 1995/10/18 08:45:55 deraadt Exp $ */
+
+#ifdef EXT
+#undef EXT
+#endif
+#define EXT
+
+#ifdef INIT
+#undef INIT
+#endif
+#define INIT(x) = x
+
+#define DOINIT