Mercurial > emacs
diff lib-src/ChangeLog @ 35758:aa069bbee4c8
Work around small preprocessor bugs in sunos4 pcc and MinGW.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Wed, 31 Jan 2001 08:53:56 +0000 |
parents | 95fb36dae3c8 |
children | d35faeb7c290 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Wed Jan 31 08:32:22 2001 +0000 +++ b/lib-src/ChangeLog Wed Jan 31 08:53:56 2001 +0000 @@ -1,3 +1,11 @@ +2001-01-31 Francesco Potorti` <pot@gnu.org> + + * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for + the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc). + (C_entries): Tag token renamed to still_in_token because sunos4 + pcc wants to expand it as the token() macro even though it has no + arguments. + 2001-01-30 Andrew Innes <andrewi@gnu.org> * etags.c (assert) [__MINGW32__]: Redefine assert to work around a