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