use '.ifndef' instead of '.if .not .defined'
This commit is contained in:
parent
2de7535c0e
commit
c210dfcb94
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
; 'atarixl' doesn't support the _sys() function
|
||||
;
|
||||
|
||||
.if .not .defined(__ATARIXL__)
|
||||
.ifndef __ATARIXL__
|
||||
|
||||
.include "../common/_sys.s"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue