comparison src/alloc.c @ 49322:2cbb0b823e83

GTK version
author Jan Dj?rv <jan.h.d@swipnet.se>
date Sun, 19 Jan 2003 21:50:03 +0000
parents bc82a79251b5
children 90e4c5eeb9a0
comparison
equal deleted inserted replaced
49321:2b92ca3f78f6 49322:2cbb0b823e83
4264 4264
4265 #if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES 4265 #if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES
4266 mark_stack (); 4266 mark_stack ();
4267 #endif 4267 #endif
4268 4268
4269 #ifdef USE_GTK
4270 {
4271 extern void xg_mark_data ();
4272 xg_mark_data ();
4273 }
4274 #endif
4275
4269 gc_sweep (); 4276 gc_sweep ();
4270 4277
4271 /* Clear the mark bits that we set in certain root slots. */ 4278 /* Clear the mark bits that we set in certain root slots. */
4272 4279
4273 #if (GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE \ 4280 #if (GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE \