mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
use '.ifndef' instead of '.if .not .defined'
This commit is contained in:
parent
ff18dcaa16
commit
2e10a55b51
@ -6,7 +6,7 @@
|
||||
; 'atarixl' doesn't support the _sys() function
|
||||
;
|
||||
|
||||
.if .not .defined(__ATARIXL__)
|
||||
.ifndef __ATARIXL__
|
||||
|
||||
.include "../common/_sys.s"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user