Mercurial > emacs
changeset 7449:56e18914758f
(BSD): Define as 42.
(BSD4_2): Define as 1. This makes it like bsd4-3.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 May 1994 00:19:21 +0000 |
parents | bf93ac2d8409 |
children | 7ae5ee2ccd7f |
files | src/s/bsd4-2.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/bsd4-2.h Wed May 11 00:17:44 1994 +0000 +++ b/src/s/bsd4-2.h Wed May 11 00:19:21 1994 +0000 @@ -24,11 +24,11 @@ */ #ifndef BSD4_2 -#define BSD4_2 +#define BSD4_2 1 #endif /* BSD4_2 */ #ifndef BSD -#define BSD 1 +#define BSD 42 #endif /* BSD */ /* SYSTEM_TYPE should indicate the kind of system you are using.