Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5005:4170f3809a28
Cast correctly, Dynarr_verify, Dynarr_verify_mod, no ERROR_CHECK_STRUCTURES
2010-02-07 Aidan Kehoe <kehoea@parhasard.net>
* lisp.h (Dynarr_verify, Dynarr_verify_mod):
If ERROR_CHECK_STRUCTURES is not defined, cast the argument in
these two macros; fixes the g++ build.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 07 Feb 2010 23:34:21 +0000 |
parents | 788c38f20376 |
children | ecdc03ef6e12 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Feb 07 23:31:50 2010 +0000 +++ b/src/ChangeLog Sun Feb 07 23:34:21 2010 +0000 @@ -1,3 +1,9 @@ +2010-02-07 Aidan Kehoe <kehoea@parhasard.net> + + * lisp.h (Dynarr_verify, Dynarr_verify_mod): + If ERROR_CHECK_STRUCTURES is not defined, cast the argument in + these two macros; fixes the g++ build. + 2010-02-07 Aidan Kehoe <kehoea@parhasard.net> * fileio.c (Finsert_file_contents_internal):