fixes for operator__validate

This commit is contained in:
2024-12-14 08:04:54 -05:00
parent db88979b75
commit a7da5f2060
2 changed files with 44 additions and 40 deletions

View File

@ -1515,7 +1515,7 @@ CodeFn parse_function_after_name(
StrBuilder
name_stripped = strbuilder_make_str( _ctx->Allocator_Temp, tok_to_str(name) );
strip_space(name_stripped);
strbuilder_strip_space(name_stripped);
CodeFn
result = (CodeFn) make_code();