mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
cmp: fix typo
This commit is contained in:
parent
872622bd0c
commit
79d33bdd83
1 changed files with 2 additions and 1 deletions
|
|
@ -399,7 +399,8 @@
|
|||
((typep value 'character *cmp-env*) (wt-character value vv))
|
||||
((typep value 'float *cmp-env*) (wt-number value vv))
|
||||
((typep value '(complex float) *cmp-env*) (wt-number value vv))
|
||||
(t (baboon "wt-vv-value: ~s is not an immediate value, but has no VV index~%" value))))
|
||||
(t (baboon :format-control "wt-vv-value: ~s is not an immediate value, but has no VV index~%"
|
||||
:format-arguments (list value)))))
|
||||
|
||||
(defun wt-vv (vv-loc)
|
||||
(setf (vv-used-p vv-loc) t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue