turbo_closure typo - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2014年09月11日 22:46:23 -0400
committerCamm Maguire <camm@debian.org>2014年09月11日 22:46:23 -0400
commit847449a41b38a470995e705724c0bac47715b507 (patch)
treed7ba067fdc6e744cd0431e055f6608f5f4a5b673
parent31fcc767fa31455e09bdbf18366961bb76716716 (diff)
downloadgcl-relocatable-turbo.tar.gz
turbo_closure typorelocatable-turbo
Diffstat
-rwxr-xr-xgcl/o/cfun.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/cfun.c b/gcl/o/cfun.c
index 379af00f9..2639d34c1 100755
--- a/gcl/o/cfun.c
+++ b/gcl/o/cfun.c
@@ -336,7 +336,7 @@ turbo_closure(object fun)
{BEGIN_NO_INTERRUPT;
for (n = 0, l = fun->cc.cc_env; !endp(l); n++, l = l->c.c_cdr);
{
- block= AR_ALLOC(alloc_contblock,(1+n),object);
+ block= AR_ALLOC(alloc_relblock,(1+n),object);
*block=make_fixnum(n);
fun->cc.cc_turbo = block+1; /* equivalent to &block[1] */
for (n = 0, l = fun->cc.cc_env; !endp(l); n++, l = l->c.c_cdr)
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月04日 14:33:27 +0000

AltStyle によって変換されたページ (->オリジナル) /