comparison src/ChangeLog @ 4853:d35e231d347d

fix build problems -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-13 Ben Wing <ben@xemacs.org> * specifier.c (specifier_instance_from_inst_list): Don't declare an unused variable, (void) 0 is enough. * text.h: Don't use USED_IF_MULE_OR_CHECK_TEXT().
author Ben Wing <ben@xemacs.org>
date Wed, 13 Jan 2010 19:43:16 -0600
parents e0138eaaca0c
children 95c4ced5c07c
comparison
equal deleted inserted replaced
4852:e0138eaaca0c 4853:d35e231d347d
1 2010-01-13 Ben Wing <ben@xemacs.org>
2
3 * specifier.c (specifier_instance_from_inst_list):
4 Don't declare an unused variable, (void) 0 is enough.
5
6 * text.h:
7 Don't use USED_IF_MULE_OR_CHECK_TEXT().
8
1 2010-01-13 Ben Wing <ben@xemacs.org> 9 2010-01-13 Ben Wing <ben@xemacs.org>
2 10
3 * debug.c (vars_of_debug): 11 * debug.c (vars_of_debug):
4 Provide `debug-xemacs' to signal we have a debug build; 12 Provide `debug-xemacs' to signal we have a debug build;
5 must do this to get previoug `debug-on-error' change to work. 13 must do this to get previoug `debug-on-error' change to work.