diff options
author | Daniel Colascione <dancol@dancol.org> | 2014-03-23 14:58:41 -0700 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2014-03-23 14:58:41 -0700 |
commit | b029599f767406002ea892d0bd40420de0a954f6 (patch) | |
tree | 2737840e08cbc05981c4598b9525b8c30ce7977a /src/fns.c | |
parent | 835af7195792e9e736a6acc3ef51b21e23020c2c (diff) | |
parent | 577b2ffd2d787506261ed758b086fb4257116dba (diff) | |
download | emacs-b029599f767406002ea892d0bd40420de0a954f6.tar.gz |
Clean up gc_sweep
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 1 |
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) { |