summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorDaniel Colascione <dancol@dancol.org>2014-03-23 14:58:41 -0700
committerDaniel Colascione <dancol@dancol.org>2014-03-23 14:58:41 -0700
commitb029599f767406002ea892d0bd40420de0a954f6 (patch)
tree2737840e08cbc05981c4598b9525b8c30ce7977a /src/fns.c
parent835af7195792e9e736a6acc3ef51b21e23020c2c (diff)
parent577b2ffd2d787506261ed758b086fb4257116dba (diff)
downloademacs-b029599f767406002ea892d0bd40420de0a954f6.tar.gz
Clean up gc_sweep
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 499e4b490a6..cf799344c32 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4032,6 +4032,7 @@ sweep_weak_table (struct Lisp_Hash_Table *h, bool remove_entries_p)
current garbage collection. Remove weak tables that don't survive
from Vweak_hash_tables. Called from gc_sweep. */
+NO_INLINE /* For better stack traces */
void
sweep_weak_hash_tables (void)
{