mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-07 02:51:09 -08:00
fix bug introduced by automatic integer to hex string conversion (for JS)
This commit is contained in:
parent
5be79e1640
commit
0b36d00d64
7 changed files with 15 additions and 23 deletions
|
|
@ -67,7 +67,7 @@ cl_object qfind_child (cl_object, cl_object);
|
|||
cl_object qfind_children2 (cl_object, cl_object, cl_object);
|
||||
cl_object qfrom_utf8 (cl_object);
|
||||
cl_object qto_utf8 (cl_object);
|
||||
cl_object qinvoke_method2 (cl_object, cl_object, cl_object);
|
||||
cl_object qinvoke_method (cl_object, cl_object, cl_object, cl_object);
|
||||
cl_object qload_cpp (cl_object, cl_object);
|
||||
cl_object qload_rc (cl_object);
|
||||
cl_object qlog2 (cl_object);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue