mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-24 07:40:40 -08:00
Add some newly created external functions (M. Goffioul)
This commit is contained in:
parent
99a56f75ee
commit
839db52d2f
2 changed files with 10 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ srcdir = ..\..\src\c
|
|||
#
|
||||
TRUE_CC = cl
|
||||
CC = cl
|
||||
CFLAGS = -c -Zi -I./ -I$(srcdir) -I$(HDIR) -I../h -I$(top_srcdir)/gc/include
|
||||
CFLAGS = -c -Zi -I./ -I$(srcdir) -I$(HDIR) -I../h -I$(top_srcdir)/gc/include -DHAVE_ISATTY
|
||||
# -Wall -W -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wcast-align \
|
||||
# -Wwrite-strings -Wconversion -Wsign-compare -Wmissing-prototypes -Wredundant-decls \
|
||||
# -Wunreachable-code -Winline
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ EXPORTS
|
|||
FEinvalid_function_name
|
||||
FEtype_error_symbol
|
||||
FElibc_error
|
||||
FEwin32_error
|
||||
CEerror
|
||||
illegal_index
|
||||
|
||||
|
|
@ -887,6 +888,7 @@ EXPORTS
|
|||
read_object
|
||||
parse_number
|
||||
parse_integer
|
||||
ecl_invalid_character_p
|
||||
copy_readtable
|
||||
ecl_current_readtable
|
||||
ecl_current_read_base
|
||||
|
|
@ -1344,6 +1346,8 @@ EXPORTS
|
|||
cl_copy_pprint_dispatch
|
||||
cl_pprint_dispatch
|
||||
cl_set_pprint_dispatch
|
||||
si_pprint_logical_block_helper
|
||||
si_pprint_pop_helper
|
||||
|
||||
; clos\boot.lsp
|
||||
|
||||
|
|
@ -1352,6 +1356,11 @@ EXPORTS
|
|||
cl_slot_makunbound
|
||||
cl_slot_value
|
||||
|
||||
; clos\combin.lsp
|
||||
clos_simple_code_walker
|
||||
cl_method_combination_error
|
||||
cl_invalid_method_error
|
||||
|
||||
; clos\defclass.lsp
|
||||
|
||||
clos_ensure_class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue