diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d7685bfe124..9691dddf9fd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 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 |