1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 16:29:32 +00:00

use '.ifndef' instead of '.if .not .defined'

This commit is contained in:
Christian Groessler 2013-09-18 16:36:03 +02:00
parent 2de7535c0e
commit c210dfcb94

View File

@ -6,7 +6,7 @@
; 'atarixl' doesn't support the _sys() function
;
.if .not .defined(__ATARIXL__)
.ifndef __ATARIXL__
.include "../common/_sys.s"