Skip to content

Commit

Permalink
Remove left over caddddr
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Aug 23, 2014
1 parent 4b95d5a commit 50fa094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flisp/system.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
(define (cddadr x) (cdr (cdr (car (cdr x)))))
(define (cdddar x) (cdr (cdr (cdr (car x)))))
(define (cddddr x) (cdr (cdr (cdr (cdr x)))))
(define (caddddr x) (car (cdr (cdr (cdr (cdr x))))))

(let ((*values* (list '*values*)))
(set! values
Expand Down

0 comments on commit 50fa094

Please sign in to comment.