Skip to content

Commit

Permalink
Merge branch 'fricas:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanuxem authored Feb 6, 2025
2 parents 89ea011 + 7699201 commit 5732abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interp/vmlisp.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
#-gcl(define-function '|construct| #'list)
#+gcl(define-function '|construct| #'cl::list)

(defun VEC2LIST (vec) (coerce vec 'list))
(defun VEC2LIST (vec) (coerce vec 'cl::list))

(defun |makeList| (size el) (make-list size :initial-element el) )

Expand Down

0 comments on commit 5732abb

Please sign in to comment.