Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 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/Makefile.in.in Sun Feb 26 22:51:04 2006 +0000 +++ b/src/Makefile.in.in Mon Feb 27 16:29:29 2006 +0000 @@ -254,12 +254,8 @@ xemacs_res.o #endif -#ifdef MC_ALLOC -mc_alloc_objs=mc-alloc.o -#endif - #ifdef NEW_GC -new_gc_objs=vdb.o +new_gc_objs=mc-alloc.o vdb.o # if defined (WIN32_ANY) || defined (VDB_WIN32) vdb_objs=vdb-win32.o # elif defined (VDB_MACH) @@ -294,7 +290,7 @@ gutter.o\ hash.o imgproc.o indent.o insdel.o intl.o\ keymap.o $(RTC_patch_objs) line-number.o $(ldap_objs) lread.o lstream.o\ - $(mc_alloc_objs) $(new_gc_objs) $(vdb_objs) \ + $(new_gc_objs) $(vdb_objs) \ macros.o marker.o md5.o minibuf.o $(mswindows_objs) $(mswindows_gui_objs)\ $(mule_objs) $(mule_canna_objs) $(mule_wnn_objs) $(number_objs) objects.o\ opaque.o $(postgresql_objs) print.o process.o $(process_objs) $(profile_objs)\