mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Fix typo in the compiler and include FOREIGN-DATA as fundamental data type in SUBTYPEP
This commit is contained in:
parent
daac2cb958
commit
d2bc1e2b32
2 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
;; These types are never selected to unbox data.
|
||||
;; They are here, because we need to know how to print them.
|
||||
:void (nil "void")
|
||||
:pointer-void (foreign-data "void*")
|
||||
:pointer-void (si::foreign-data "void*")
|
||||
:cstring (string "char*")
|
||||
:char* (string "char*")
|
||||
:short ((integer #.si:c-short-min #.si:c-short-max) "short")
|
||||
|
|
|
|||
|
|
@ -1039,6 +1039,7 @@ if not possible."
|
|||
(READTABLE)
|
||||
#+threads (MP::PROCESS)
|
||||
#+threads (MP::LOCK)
|
||||
#+ffi (FOREIGN-DATA)
|
||||
))
|
||||
|
||||
(defun find-built-in-tag (name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue