summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/INTERN.h
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2003-07-28 18:35:36 +0000
committerotto <otto@openbsd.org>2003-07-28 18:35:36 +0000
commit0326910242ea077c5d9ade0e39384c3cd2c649d7 (patch)
tree9d03e129bd16a9f256a09df2e88e62b04200e1d6 /usr.bin/patch/INTERN.h
parentBe more exact on how backup files are handled. (diff)
downloadwireguard-openbsd-0326910242ea077c5d9ade0e39384c3cd2c649d7.tar.xz
wireguard-openbsd-0326910242ea077c5d9ade0e39384c3cd2c649d7.zip
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