mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
New exported functions (M. Goffioul)
This commit is contained in:
parent
dd39b19a32
commit
46d69efa2d
1 changed files with 8 additions and 0 deletions
|
|
@ -1190,6 +1190,7 @@ EXPORTS
|
|||
|
||||
; defstruct.lsp
|
||||
|
||||
si_assert_slot_type
|
||||
si_define_structure
|
||||
|
||||
; helpfile.lsp
|
||||
|
|
@ -1344,6 +1345,13 @@ EXPORTS
|
|||
cl_pprint_dispatch
|
||||
cl_set_pprint_dispatch
|
||||
|
||||
; clos\boot.lsp
|
||||
|
||||
cl_slot_boundp
|
||||
cl_slot_exists_p
|
||||
cl_slot_makunbound
|
||||
cl_slot_value
|
||||
|
||||
; clos\defclass.lsp
|
||||
|
||||
clos_ensure_class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue