diff options
Diffstat (limited to 'src/alloc.c')
-rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index e89981c4545..50de0a217c6 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4020,7 +4020,7 @@ struct backtrace int inhibit_garbage_collection () { - int count = specpdl_ptr - specpdl; + int count = SPECPDL_INDEX (); int nbits = min (VALBITS, BITS_PER_INT); specbind (Qgc_cons_threshold, make_number (((EMACS_INT) 1 << (nbits - 1)) - 1)); |