comparison src/debug.c @ 4852:e0138eaaca0c

need to provide debug-xemacs for debug-on-error changes to work -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-13 Ben Wing <ben@xemacs.org> * debug.c (vars_of_debug): Provide `debug-xemacs' to signal we have a debug build; must do this to get previoug `debug-on-error' change to work.
author Ben Wing <ben@xemacs.org>
date Wed, 13 Jan 2010 13:30:17 -0600
parents ecf1ebac70d8
children 308d34e9f07d
comparison
equal deleted inserted replaced
4851:5fea88c726f7 4852:e0138eaaca0c
205 } 205 }
206 206
207 void 207 void
208 vars_of_debug (void) 208 vars_of_debug (void)
209 { 209 {
210 } 210 Fprovide (intern ("debug-xemacs"));
211 }