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>2015年02月05日 10:40:29 -0500
committerCamm Maguire <camm@debian.org>2015年02月05日 10:40:29 -0500
commit41d80f22fbc3c0ad5d04093ef6cd00b3c2aa9593 (patch)
tree9cd3c8e1b9e39da64ae9d4e6e272987b39946edd
parentef2e6e30b951d44cc9b5d6c32962a5458195a0cf (diff)
downloadgcl-relocatable_cons.tar.gz
pcl fix for unboxed fixnum in turbo arrayrelocatable_cons
Diffstat
-rw-r--r--gcl/pcl/impl/gcl/gcl_pcl_impl_low.lisp 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/pcl/impl/gcl/gcl_pcl_impl_low.lisp b/gcl/pcl/impl/gcl/gcl_pcl_impl_low.lisp
index 85c4d4269..b541be6b8 100644
--- a/gcl/pcl/impl/gcl/gcl_pcl_impl_low.lisp
+++ b/gcl/pcl/impl/gcl/gcl_pcl_impl_low.lisp
@@ -84,7 +84,7 @@ static object cclosure_env_nthcdr (fixnum n,object cc) {
env=env->c.c_cdr;}
return env;}
else
- {if(n>=fix(*(turbo-1)))return Cnil;
+ {if(n>=*(fixnum *)(turbo-1))return Cnil;
return turbo[n];}
}")
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月01日 23:40:47 +0000

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