comparison src/ChangeLog @ 4979:4234fd5a7b17

fix bug #668 (compile error, not --with-debug) -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-05 Ben Wing <ben@xemacs.org> * lisp.h: * lisp.h (staticpro_nodump_1): Define staticpro_1 and staticpro_nodump_1 when not XEMACS_DEBUG. * symbols.c (defsymbol_massage_name_1): * symbols.c (defsymbol_massage_multiword_predicate): Cosmetic fixes.
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 08:09:03 -0600
parents f48bf636045f
children 3c3c1d139863 f23cd0184dcf
comparison
equal deleted inserted replaced
4978:f48bf636045f 4979:4234fd5a7b17
1 2010-02-05 Ben Wing <ben@xemacs.org>
2
3 * lisp.h:
4 * lisp.h (staticpro_nodump_1):
5 Define staticpro_1 and staticpro_nodump_1 when not XEMACS_DEBUG.
6
7 * symbols.c (defsymbol_massage_name_1):
8 * symbols.c (defsymbol_massage_multiword_predicate):
9 Cosmetic fixes.
10
1 2010-02-05 Ben Wing <ben@xemacs.org> 11 2010-02-05 Ben Wing <ben@xemacs.org>
2 12
3 * bytecode.c (bytecode_assert): 13 * bytecode.c (bytecode_assert):
4 Use 0 instead of x in disabled_assert calls to avoid errors due 14 Use 0 instead of x in disabled_assert calls to avoid errors due
5 to using undefined vars/params (they are defined only when 15 to using undefined vars/params (they are defined only when