mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Added new functions to DLL definition files.
This commit is contained in:
parent
ffa984809d
commit
5ecf2e8348
2 changed files with 10 additions and 8 deletions
|
|
@ -692,11 +692,11 @@ EXPORTS
|
|||
fixnum_expt
|
||||
cl_exp
|
||||
cl_expt
|
||||
cl_log1
|
||||
cl_log2
|
||||
ecl_log1
|
||||
ecl_log2
|
||||
cl_sqrt
|
||||
cl_atan2
|
||||
cl_atan1
|
||||
ecl_atan2
|
||||
ecl_atan1
|
||||
cl_sin
|
||||
cl_cos
|
||||
cl_tan
|
||||
|
|
@ -1126,6 +1126,7 @@ EXPORTS
|
|||
FEtype_error_index
|
||||
FEtype_error_string
|
||||
FEdivision_by_zero
|
||||
ecl_type_error
|
||||
|
||||
; unixfsys.c
|
||||
|
||||
|
|
|
|||
|
|
@ -698,11 +698,11 @@ EXPORTS
|
|||
fixnum_expt
|
||||
cl_exp
|
||||
cl_expt
|
||||
cl_log1
|
||||
cl_log2
|
||||
ecl_log1
|
||||
ecl_log2
|
||||
cl_sqrt
|
||||
cl_atan2
|
||||
cl_atan1
|
||||
ecl_atan2
|
||||
ecl_atan1
|
||||
cl_sin
|
||||
cl_cos
|
||||
cl_tan
|
||||
|
|
@ -1108,6 +1108,7 @@ EXPORTS
|
|||
FEtype_error_index
|
||||
FEtype_error_string
|
||||
FEdivision_by_zero
|
||||
ecl_type_error
|
||||
|
||||
; unixfsys.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue