mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Update semi-colon insertion rules for or_return
This commit is contained in:
@@ -1510,6 +1510,7 @@ semicolon_check:;
|
|||||||
case Token_continue:
|
case Token_continue:
|
||||||
case Token_fallthrough:
|
case Token_fallthrough:
|
||||||
case Token_return:
|
case Token_return:
|
||||||
|
case Token_or_return:
|
||||||
/*fallthrough*/
|
/*fallthrough*/
|
||||||
case Token_Integer:
|
case Token_Integer:
|
||||||
case Token_Float:
|
case Token_Float:
|
||||||
|
|||||||
Reference in New Issue
Block a user