blob: 7207b5099f2257ba3faeed385c7c511e993174db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/tclhash.c.orig 2013-05-13 15:18:05.000000000 +0200
+++ src/tclhash.c 2013-05-13 15:18:12.000000000 +0200
@@ -113,7 +113,7 @@
nfree(tl);
}
-inline void garbage_collect_tclhash(void)
+void garbage_collect_tclhash(void)
{
tcl_bind_list_t *tl, *tl_next, *tl_prev;
tcl_bind_mask_t *tm, *tm_next, *tm_prev;
|