diff options
author | 1995-10-18 08:37:01 +0000 | |
---|---|---|
committer | 1995-10-18 08:37:01 +0000 | |
commit | df930be708d50e9715f173caa26ffe1b7599b157 (patch) | |
tree | aa317e49e28cb999c9cf3db7f00c20903fe6010a /usr.bin/patch/INTERN.h | |
download | wireguard-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.h | 13 |
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 |