Mercurial > hg > xemacs-beta
changeset 518:e6e7cbdea419
[xemacs-hg @ 2001-05-08 05:23:51 by martinb]
s/bsd386.h: Use NOT_C_CODE instead of emacs to protect Makefiles
author | martinb |
---|---|
date | Tue, 08 May 2001 05:23:54 +0000 |
parents | 00e9371a84f3 |
children | 1c3b60121364 |
files | src/ChangeLog src/s/bsd386.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue May 08 05:16:05 2001 +0000 +++ b/src/ChangeLog Tue May 08 05:23:54 2001 +0000 @@ -1,3 +1,7 @@ +2001-05-07 Martin Buchholz <martin@xemacs.org> + + * s/bsd386.h: Use NOT_C_CODE instead of `emacs' to protect Makefiles + 2001-05-08 Martin Buchholz <martin@xemacs.org> * s/bsdos4.h: Protect C code with #ifndef NOT_C_CODE.
--- a/src/s/bsd386.h Tue May 08 05:16:05 2001 +0000 +++ b/src/s/bsd386.h Tue May 08 05:23:54 2001 +0000 @@ -18,7 +18,7 @@ #define LIBS_SYSTEM "-lutil -lcompat" /* This silences a few compilation warnings. */ -#ifdef emacs +#ifndef NOT_C_CODE #undef BSD #include <sys/param.h> /* To get BSD defined consistently. */ #endif