diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -660,13 +660,6 @@ loc tail(val cons) return cdr_l(cons); } -loc term(loc head) -{ - while (consp(deref(head))) - head = cdr_l(deref(head)); - return head; -} - val lastcons(val list) { val ret; |