Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/symsinit.h Sun Feb 26 22:51:04 2006 +0000 +++ b/src/symsinit.h Mon Feb 27 16:29:29 2006 +0000 @@ -140,9 +140,9 @@ void syms_of_lread (void); void syms_of_macros (void); void syms_of_marker (void); -#ifdef MC_ALLOC +#ifdef NEW_GC void syms_of_mc_alloc (void); -#endif /* MC_ALLOC */ +#endif /* NEW_GC */ void syms_of_md5 (void); void syms_of_menubar (void); void syms_of_menubar_mswindows (void);