Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4978:f48bf636045f
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 05:04:43 -0600 |
parents | 2bf7c51d7101 c5cb3cb79110 |
children | 4234fd5a7b17 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Feb 05 04:28:08 2010 -0600 +++ b/src/ChangeLog Fri Feb 05 05:04:43 2010 -0600 @@ -1,3 +1,10 @@ +2010-02-05 Ben Wing <ben@xemacs.org> + + * bytecode.c (bytecode_assert): + Use 0 instead of x in disabled_assert calls to avoid errors due + to using undefined vars/params (they are defined only when + ERROR_CHECK_BYTE_CODE, which also turns on/off the asserts). + 2010-02-04 Ben Wing <ben@xemacs.org> * alloc.c (release_breathing_space):