summaryrefslogtreecommitdiff
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, 0 insertions, 13 deletions
diff --git a/usr.bin/patch/INTERN.h b/usr.bin/patch/INTERN.h
deleted file mode 100644
index 379991aaf1b..00000000000
--- a/usr.bin/patch/INTERN.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $OpenBSD: INTERN.h,v 1.4 2003/07/21 14:32:21 deraadt Exp $ */
-
-#ifdef EXT
-#undef EXT
-#endif
-#define EXT
-
-#ifdef INIT
-#undef INIT
-#endif
-#define INIT(x) = x
-
-#define DOINIT