Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -3473,7 +3473,7 @@ void handle_return_statement(ASTNode *expr)
}

// skibidi main function do not have jump buffer
if (CURRENT_JUMP_BUFFER()){
if (jump_buffer){
exit_scope(); // exit current function scope
LONGJMP();
}
Expand Down