aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorFrancesco Potortì2001-01-31 08:53:56 +0000
committerFrancesco Potortì2001-01-31 08:53:56 +0000
commit8f79fe7269e1cae1fb6e63a4d5943da36ee22fc3 (patch)
tree81087d3ecf428dac31903a698174fd38dad16d10 /lib-src/ChangeLog
parentdbd98b197f3161054b61d4452d6356cda9c71f9c (diff)
downloademacs-8f79fe7269e1cae1fb6e63a4d5943da36ee22fc3.tar.gz
emacs-8f79fe7269e1cae1fb6e63a4d5943da36ee22fc3.zip
Work around small preprocessor bugs in sunos4 pcc and MinGW.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog8
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 @@
12001-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
12001-01-30 Andrew Innes <andrewi@gnu.org> 92001-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