aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-10 08:45:24 +0000
committerJuanma Barranquero <[email protected]>2002-07-10 08:45:24 +0000
commit331379bfa7599889e6fab3186607daaf8673cf72 (patch)
treec18efd0df0e9d2cccd4aa04b03f25b41ceaeccb9 /src/alloc.c
parentc929397dc14a09333984e0e21f5197bb62b33a68 (diff)
Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
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. */