aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-10 08:45:24 +0000
committerJuanma Barranquero2002-07-10 08:45:24 +0000
commit331379bfa7599889e6fab3186607daaf8673cf72 (patch)
treec18efd0df0e9d2cccd4aa04b03f25b41ceaeccb9 /src/alloc.c
parentc929397dc14a09333984e0e21f5197bb62b33a68 (diff)
downloademacs-331379bfa7599889e6fab3186607daaf8673cf72.tar.gz
emacs-331379bfa7599889e6fab3186607daaf8673cf72.zip
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 2310f63ddac..e89981c4545 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -4048,7 +4048,7 @@ Garbage collection happens automatically if you cons more than
4048 register int i; 4048 register int i;
4049 int message_p; 4049 int message_p;
4050 Lisp_Object total[8]; 4050 Lisp_Object total[8];
4051 int count = BINDING_STACK_SIZE (); 4051 int count = SPECPDL_INDEX ();
4052 4052
4053 /* Can't GC if pure storage overflowed because we can't determine 4053 /* Can't GC if pure storage overflowed because we can't determine
4054 if something is a pure object or not. */ 4054 if something is a pure object or not. */