From 331379bfa7599889e6fab3186607daaf8673cf72 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 10 Jul 2002 08:45:24 +0000 Subject: Rename BINDING_STACK_SIZE to SPECPDL_INDEX. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alloc.c') diff --git a/src/alloc.c b/src/alloc.c index 2310f63dda..e89981c454 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4048,7 +4048,7 @@ Garbage collection happens automatically if you cons more than 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. */ -- cgit v1.2.3