summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/INTERN.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-10-18 08:37:01 +0000
committerderaadt <deraadt@openbsd.org>1995-10-18 08:37:01 +0000
commitdf930be708d50e9715f173caa26ffe1b7599b157 (patch)
treeaa317e49e28cb999c9cf3db7f00c20903fe6010a /usr.bin/patch/INTERN.h
downloadwireguard-openbsd-df930be708d50e9715f173caa26ffe1b7599b157.tar.xz
wireguard-openbsd-df930be708d50e9715f173caa26ffe1b7599b157.zip
initial import of NetBSD tree
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