simple type casting

This commit is contained in:
2025-07-14 23:13:27 +09:00
parent 07cbbfa02a
commit d8457359c4
3 changed files with 4 additions and 4 deletions

View File

@ -344,7 +344,7 @@ typedef struct hawk_val_ref_t hawk_val_ref_t;
* You can create a value of this type with hawk_rtx_makebobval() inside a module
* function or built-in functions to convey internal data between them. The language
* doesn't provide a way to create and/or change the value.
*
*
* You must keep the structure of hawk_val_mbs_t and hawk_val_bob_t the same
* except the type of the val field;
*/