comparison 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
comparison
equal deleted inserted replaced
35757:4550a38f48e5 35758:aa069bbee4c8
1 2001-01-31 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
4 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
5 (C_entries): Tag token renamed to still_in_token because sunos4
6 pcc wants to expand it as the token() macro even though it has no
7 arguments.
8
1 2001-01-30 Andrew Innes <andrewi@gnu.org> 9 2001-01-30 Andrew Innes <andrewi@gnu.org>
2 10
3 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a 11 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
4 bug in the Mingw32 assert.h header file. 12 bug in the Mingw32 assert.h header file.
5 13