diff options
| author | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-19 21:50:03 +0000 |
|---|---|---|
| committer | Jan Djärv <jan.h.d@swipnet.se> | 2003-01-19 21:50:03 +0000 |
| commit | 488dd4c404eba70d48e4ee70141b8abcce2f863b (patch) | |
| tree | 741ec2bb5abe963b292521e3a478e716a4ebb999 /src/alloc.c | |
| parent | 3c77dc44b8052a9bcb19486a605a861cf120b31e (diff) | |
GTK version
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 7 |
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 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. */ |
