gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rwxr-xr-xgcl/o/list.d 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/list.d b/gcl/o/list.d
index e38a8e6fd..9872f9dae 100755
--- a/gcl/o/list.d
+++ b/gcl/o/list.d
@@ -999,7 +999,7 @@ Lreconc() {
check_arg(2);
y = vs_pop;
- for (x = vs_base[0]; !endp(x);) {
+ for (x = vs_base[0]; !endp_prop(x);) {
z = x;
x = x->c.c_cdr;
z->c.c_cdr = y;
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月03日 08:24:36 +0000

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