# HG changeset patch # User martinb # Date 989299434 0 # Node ID e6e7cbdea419e01f02f81dbdc9dfcc7cb9518d8f # Parent 00e9371a84f3e01a0adb92411b7bd4ad077fe09c [xemacs-hg @ 2001-05-08 05:23:51 by martinb] s/bsd386.h: Use NOT_C_CODE instead of emacs to protect Makefiles diff -r 00e9371a84f3 -r e6e7cbdea419 src/ChangeLog --- 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 + + * s/bsd386.h: Use NOT_C_CODE instead of `emacs' to protect Makefiles + 2001-05-08 Martin Buchholz * s/bsdos4.h: Protect C code with #ifndef NOT_C_CODE. diff -r 00e9371a84f3 -r e6e7cbdea419 src/s/bsd386.h --- 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 /* To get BSD defined consistently. */ #endif