diff options
| author | Paul Richards <paul@FreeBSD.org> | 1993-06-19 14:21:53 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1993-06-19 14:21:53 +0000 |
| commit | 36e3306c74c6b7a3621038cddd041bf230b772a5 (patch) | |
| tree | d8f00c6cf324de9f2cb969b301c9527b626e2adf /gnu/usr.bin/patch/INTERN.h | |
| parent | ee4a642ef6b80d885c32696c0683d0239112d08d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch/INTERN.h')
| -rw-r--r-- | gnu/usr.bin/patch/INTERN.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/usr.bin/patch/INTERN.h b/gnu/usr.bin/patch/INTERN.h new file mode 100644 index 000000000000..38574ef40108 --- /dev/null +++ b/gnu/usr.bin/patch/INTERN.h @@ -0,0 +1,19 @@ +/* $Header: INTERN.h,v 2.0 86/09/17 15:35:58 lwall Exp $ + * + * $Log: INTERN.h,v $ + * Revision 2.0 86/09/17 15:35:58 lwall + * Baseline for netwide release. + * + */ + +#ifdef EXT +#undef EXT +#endif +#define EXT + +#ifdef INIT +#undef INIT +#endif +#define INIT(x) = x + +#define DOINIT |
