Clean up gc_sweep
[bpt/emacs.git] / src / fns.c
index 499e4b4..cf79934 100644 (file)
--- 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)
 {