diff 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
line wrap: on
line diff
--- a/src/alloc.c	Sun Jan 19 20:03:42 2003 +0000
+++ b/src/alloc.c	Sun Jan 19 21:50:03 2003 +0000
@@ -4266,6 +4266,13 @@
   mark_stack ();
 #endif
 
+#ifdef USE_GTK
+  {
+    extern void xg_mark_data ();
+    xg_mark_data ();
+  }
+#endif
+
   gc_sweep ();
 
   /* Clear the mark bits that we set in certain root slots.  */