mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-12 06:42:18 +00:00
465941f357
previous behavior when parsing a statement where a block is typically expected would fail to associate the statement with the parent block it's in, resulting in variable declarations ending up in global scope. this fixes #197
5 lines
134 B
Cheetah
5 lines
134 B
Cheetah
I: parent_block_scope_for_locals.qc
|
|
D: when omitting braces ensure locals end up in parent block
|
|
T: -execute
|
|
C: -std=fteqcc
|
|
M: 012012
|