mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
correct the name of the size() exposed function
This commit is contained in:
parent
454f3c603e
commit
fa05c49693
4 changed files with 5 additions and 5 deletions
|
@ -4153,7 +4153,7 @@ fn expose_function_to_host_help_c_abi<'a, 'ctx, 'env>(
|
|||
Some(env.context.i64_type().as_basic_type_enum()),
|
||||
&[],
|
||||
);
|
||||
let size_function_name: String = format!("roc__{}_size", c_function_name);
|
||||
let size_function_name: String = format!("{}_size", c_function_name);
|
||||
|
||||
let size_function = add_func(
|
||||
env.context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue