aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-23 14:58:41 -0700
committerDaniel Colascione2014-03-23 14:58:41 -0700
commitb029599f767406002ea892d0bd40420de0a954f6 (patch)
tree2737840e08cbc05981c4598b9525b8c30ce7977a /src/fns.c
parent835af7195792e9e736a6acc3ef51b21e23020c2c (diff)
parent577b2ffd2d787506261ed758b086fb4257116dba (diff)
downloademacs-b029599f767406002ea892d0bd40420de0a954f6.tar.gz
emacs-b029599f767406002ea892d0bd40420de0a954f6.zip
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)
4032 current garbage collection. Remove weak tables that don't survive 4032 current garbage collection. Remove weak tables that don't survive
4033 from Vweak_hash_tables. Called from gc_sweep. */ 4033 from Vweak_hash_tables. Called from gc_sweep. */
4034 4034
4035NO_INLINE /* For better stack traces */
4035void 4036void
4036sweep_weak_hash_tables (void) 4037sweep_weak_hash_tables (void)
4037{ 4038{