Mercurial > hg > xemacs-beta
comparison src/data.c @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | 576fb035e263 |
children | e7ef97881643 |
comparison
equal
deleted
inserted
replaced
451:8ad70c5cd5d7 | 452:3d3049ae1304 |
---|---|
2227 void | 2227 void |
2228 vars_of_data (void) | 2228 vars_of_data (void) |
2229 { | 2229 { |
2230 /* This must not be staticpro'd */ | 2230 /* This must not be staticpro'd */ |
2231 Vall_weak_lists = Qnil; | 2231 Vall_weak_lists = Qnil; |
2232 pdump_wire_list (&Vall_weak_lists); | 2232 dump_add_weak_object_chain (&Vall_weak_lists); |
2233 | 2233 |
2234 #ifdef DEBUG_XEMACS | 2234 #ifdef DEBUG_XEMACS |
2235 DEFVAR_BOOL ("debug-issue-ebola-notices", &debug_issue_ebola_notices /* | 2235 DEFVAR_BOOL ("debug-issue-ebola-notices", &debug_issue_ebola_notices /* |
2236 If non-zero, note when your code may be suffering from char-int confoundance. | 2236 If non-zero, note when your code may be suffering from char-int confoundance. |
2237 That is to say, if XEmacs encounters a usage of `eq', `memq', `equal', | 2237 That is to say, if XEmacs encounters a usage of `eq', `memq', `equal', |