Opened pandoras box
This commit is contained in:
@@ -1738,7 +1738,7 @@ add_hlsl_builtins :: (checker : *Semantic_Checker) {
|
||||
}
|
||||
|
||||
parse_state : Parse_State;
|
||||
init_parse_state(*parse_state, lex_result.tokens, lexer.path, context.allocator);
|
||||
init_parse_state(*parse_state, lex_result.tokens, lexer.path);
|
||||
|
||||
parse_result := parse(*parse_state);
|
||||
if parse_result.had_error {
|
||||
|
||||
Reference in New Issue
Block a user