mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Store IF depth relative to each fstack context
This disallows starting/ending an IF inside an INCLUDEd file or a macro expansion
This commit is contained in:
3
test/asm/unterminated-if-include.inc
Normal file
3
test/asm/unterminated-if-include.inc
Normal file
@@ -0,0 +1,3 @@
|
||||
if 1
|
||||
println "inside include"
|
||||
; no endc
|
||||
Reference in New Issue
Block a user