Mercurial > emacs
diff src/alloc.c @ 46285:3f111801efb4
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 10 Jul 2002 08:45:24 +0000 |
parents | f3d7ab65641f |
children | 1fb8f75062c6 |
line wrap: on
line diff
--- a/src/alloc.c Wed Jul 10 08:41:28 2002 +0000 +++ b/src/alloc.c Wed Jul 10 08:45:24 2002 +0000 @@ -4048,7 +4048,7 @@ register int i; int message_p; Lisp_Object total[8]; - int count = BINDING_STACK_SIZE (); + int count = SPECPDL_INDEX (); /* Can't GC if pure storage overflowed because we can't determine if something is a pure object or not. */