aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJan Djärv2003-01-19 21:50:03 +0000
committerJan Djärv2003-01-19 21:50:03 +0000
commit488dd4c404eba70d48e4ee70141b8abcce2f863b (patch)
tree741ec2bb5abe963b292521e3a478e716a4ebb999 /src/alloc.c
parent3c77dc44b8052a9bcb19486a605a861cf120b31e (diff)
downloademacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.tar.gz
emacs-488dd4c404eba70d48e4ee70141b8abcce2f863b.zip
GTK version
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 281288e69db..c61a0d9fa83 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -4266,6 +4266,13 @@ Garbage collection happens automatically if you cons more than
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. */