mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Add declaration for FEwrong_index
This commit is contained in:
parent
687f3d8fdd
commit
7956d93bb1
1 changed files with 1 additions and 0 deletions
|
|
@ -1715,6 +1715,7 @@ extern ECL_API void FEtype_error_cons(cl_object x) ecl_attr_noreturn;
|
|||
extern ECL_API void FEtype_error_list(cl_object x) ecl_attr_noreturn;
|
||||
extern ECL_API void FEtype_error_proper_list(cl_object x) ecl_attr_noreturn;
|
||||
extern ECL_API void FEtype_error_sequence(cl_object x) ecl_attr_noreturn;
|
||||
extern ECL_API void FEtype_error_vector(cl_object x) ecl_attr_noreturn;
|
||||
extern ECL_API void FEcircular_list(cl_object x) ecl_attr_noreturn;
|
||||
extern ECL_API void FEtype_error_index(cl_object seq, cl_object ndx) ecl_attr_noreturn;
|
||||
extern ECL_API void FEtype_error_array(cl_object x) ecl_attr_noreturn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue