diff options
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -615,7 +615,7 @@ loc listref_l(val list, val ind) loc tail(val cons) { - while (cdr(cons)) + while (consp(cdr(cons))) cons = cdr(cons); return cdr_l(cons); } |
![]() |
index : txr | |
TXR: A data munging language. | kaz@kylheku.com |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | lib.c | 2 |
@@ -615,7 +615,7 @@ loc listref_l(val list, val ind) loc tail(val cons) { - while (cdr(cons)) + while (consp(cdr(cons))) cons = cdr(cons); return cdr_l(cons); } |