mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-22 01:30:45 -07:00
The alias for the C package was not properly created in main.d
This commit is contained in:
parent
2f3acc39fb
commit
cd002426c5
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ ecl_def_ct_base_string(str_cl,"CL",2,static,const);
|
|||
ecl_def_ct_base_string(str_cl_user,"CL-USER",7,static,const);
|
||||
ecl_def_ct_base_string(str_LISP,"LISP",4,static,const);
|
||||
ecl_def_ct_base_string(str_c,"C",1,static,const);
|
||||
ecl_def_ct_base_string(str_compiler,"COMPILER",11,static,const);
|
||||
ecl_def_ct_base_string(str_compiler,"COMPILER",8,static,const);
|
||||
ecl_def_ct_base_string(str_ffi,"FFI",3,static,const);
|
||||
ecl_def_ct_base_string(str_uffi,"UFFI",4,static,const);
|
||||
ecl_def_ct_base_string(str_user,"USER",4,static,const);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue