mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
ECL can build again itself using a C++ compiler (--with-cxx thus works).
This commit is contained in:
parent
74eace251b
commit
322064aacb
2 changed files with 3 additions and 1 deletions
|
|
@ -23,6 +23,8 @@ ECL 10.3.2:
|
|||
- After loading the compiler, the COMMON-LISP package was left unlocked
|
||||
against changes.
|
||||
|
||||
- ECL can build again itself using a C++ compiler (--with-cxx thus works).
|
||||
|
||||
* Visible changes:
|
||||
|
||||
- The source location annotator records the original pathnames, not the
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
(let ((var (c1form-arg 0 form))
|
||||
(value-type (c1form-primary-type form)))
|
||||
(if (var-changed-in-form-list var rest-forms)
|
||||
(let* ((temp (make-inline-temp-var expected-type value-type var)))
|
||||
(let* ((temp (make-inline-temp-var expected-type value-type)))
|
||||
(let ((*destination* temp)) (set-loc var))
|
||||
(list value-type temp))
|
||||
(list value-type var))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue