ports/irc/eggdrop-devel/files/patch-src-tclhash.c
Pietro Cerutti 42db07025c - Fix build with Tcl/Tk 8.6
Reported by:	miwi (Tcl/Tk 86 exp-run)
Approved by:	portmgr
2013-05-15 09:42:00 +00:00

11 lines
322 B
C

--- 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;