added hak_makesymbolwithuchars()/hak_makesymbolwithbchars()/hak_makestringwithuchars()/hak_makestirngwithbchars()
fixed some fpc code related to character type configured
This commit is contained in:
@ -1599,11 +1599,23 @@ hak_oop_t hak_makesymbolwithbcstr (
|
||||
const hak_bch_t* ptr
|
||||
);
|
||||
|
||||
hak_oop_t hak_makesymbolwithbchars (
|
||||
hak_t* hak,
|
||||
const hak_bch_t* ptr,
|
||||
hak_oow_t len
|
||||
);
|
||||
|
||||
hak_oop_t hak_makesymbolwithucstr (
|
||||
hak_t* hak,
|
||||
const hak_uch_t* ptr
|
||||
);
|
||||
|
||||
hak_oop_t hak_makesymbolwithuchars (
|
||||
hak_t* hak,
|
||||
const hak_uch_t* ptr,
|
||||
hak_oow_t len
|
||||
);
|
||||
|
||||
hak_oop_t hak_findsymbol (
|
||||
hak_t* hak,
|
||||
const hak_ooch_t* ptr,
|
||||
|
||||
Reference in New Issue
Block a user