comparison src/ChangeLog @ 5021:4e784bfabae7

fix bad defn of disabled inline assert -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-09 Ben Wing <ben@xemacs.org> * lisp.h: Disabled inline assert should just use disabled_assert() not disabled_assert_at_line() otherwise you get compile errors. (Hasn't bitten us only because no one is currently using inline asserts -- but this is different in the Unicode-internal repo.)
author Ben Wing <ben@xemacs.org>
date Tue, 09 Feb 2010 06:49:57 -0600
parents eadd99984bfb
children cfe36e196dc7
comparison
equal deleted inserted replaced
5020:eadd99984bfb 5021:4e784bfabae7
1 2010-02-09 Ben Wing <ben@xemacs.org>
2
3 * lisp.h:
4 Disabled inline assert should just use disabled_assert()
5 not disabled_assert_at_line() otherwise you get compile errors.
6 (Hasn't bitten us only because no one is currently using inline
7 asserts -- but this is different in the Unicode-internal repo.)
8
1 2010-02-08 Ben Wing <ben@xemacs.org> 9 2010-02-08 Ben Wing <ben@xemacs.org>
2 10
3 * charset.h: 11 * charset.h:
4 * charset.h (Fget_charset): Declare some fake charset defs so 12 * charset.h (Fget_charset): Declare some fake charset defs so
5 we can compile when non-Mule. 13 we can compile when non-Mule.