summaryrefslogtreecommitdiff
path: root/usr.bin/patch/INTERN.h
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-07-28 18:35:37 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-07-28 18:35:37 +0000
commitddc51679e0d7a0d497bf7cd7e9d2866c5be2aa5d (patch)
tree4e99bcd2a450310ee94742f740345d0f55a82a6e /usr.bin/patch/INTERN.h
parentde05ac6eec33d6cf886405f881d77ff56b3a8306 (diff)
More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h,
some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@
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