Deprecate DEF-less definitions (#1193)

This commit is contained in:
Rangi
2023-11-02 05:18:59 -04:00
committed by GitHub
parent 02f06407b1
commit bb7c34db65
79 changed files with 351 additions and 264 deletions

View File

@@ -1,10 +1,10 @@
IF !DEF(SECOND)
OFS = 42
def OFS = 42
ELSE
OFS = 69
def OFS = 69
ENDC
BASE = $C0DE
def BASE = $C0DE
SECTION UNION "assertions in unions", WRAM0
IF DEF(SECOND)