comparison src/symsinit.h @ 3263:d674024a8674

[xemacs-hg @ 2006-02-27 16:29:00 by crestani] - Introduce a fancy asynchronous finalization strategy on C level. - Merge the code conditioned on MC_ALLOC into the code conditioned on NEW_GC. - Remove the possibility to free objects manually outside garbage collections when the new collector is enabled.
author crestani
date Mon, 27 Feb 2006 16:29:29 +0000
parents ad2f4ae9895b
children 15fb91e3a115
comparison
equal deleted inserted replaced
3262:79d41cfd8e6b 3263:d674024a8674
138 void syms_of_intl_x (void); 138 void syms_of_intl_x (void);
139 void syms_of_keymap (void); 139 void syms_of_keymap (void);
140 void syms_of_lread (void); 140 void syms_of_lread (void);
141 void syms_of_macros (void); 141 void syms_of_macros (void);
142 void syms_of_marker (void); 142 void syms_of_marker (void);
143 #ifdef MC_ALLOC 143 #ifdef NEW_GC
144 void syms_of_mc_alloc (void); 144 void syms_of_mc_alloc (void);
145 #endif /* MC_ALLOC */ 145 #endif /* NEW_GC */
146 void syms_of_md5 (void); 146 void syms_of_md5 (void);
147 void syms_of_menubar (void); 147 void syms_of_menubar (void);
148 void syms_of_menubar_mswindows (void); 148 void syms_of_menubar_mswindows (void);
149 void syms_of_menubar_x (void); 149 void syms_of_menubar_x (void);
150 void syms_of_minibuf (void); 150 void syms_of_minibuf (void);