Skip to content
Snippets Groups Projects
Commit b2c8c76d authored by wlott's avatar wlott
Browse files

Moved definition of make-unknown-values-locations to the vm specific

call.lisp.
,.
,.
parent 5c586138
No related branches found
No related tags found
No related merge requests found
......@@ -217,15 +217,6 @@
(undefined-value))
;;; Make-Unknown-Values-Locations -- Interface
;;;
;;; Return a list of TNs that can be used to represent an unknown-values
;;; continuation within a function.
;;;
(defun make-unknown-values-locations ()
(make-n-tns 2 *any-primitive-type*))
;;; Annotate-Unknown-Values-Continuation -- Internal
;;;
;;; Annotate a continuation for unknown multiple values:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment