diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-27 12:33:43 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-27 12:33:43 +0000 |
| commit | 9b50d9027575220cb6dd09b3e62f03f511e908b8 (patch) | |
| tree | defc987843071f19a5891a97145437d43cba2af8 /usr.bin/patch/INTERN.h | |
| parent | efd31c5952bb9bb2485c109382100127424f8611 (diff) | |
Notes
Diffstat (limited to 'usr.bin/patch/INTERN.h')
| -rw-r--r-- | usr.bin/patch/INTERN.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/patch/INTERN.h b/usr.bin/patch/INTERN.h new file mode 100644 index 000000000000..8bf16f521b75 --- /dev/null +++ b/usr.bin/patch/INTERN.h @@ -0,0 +1,15 @@ +/* $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. + * + */ + +#undef EXT +#define EXT + +#undef INIT +#define INIT(x) = x + +#define DOINIT |
