]> git.sur5r.net Git - cc65/commitdiff
use '.ifndef' instead of '.if .not .defined'
authorChristian Groessler <chris@groessler.org>
Wed, 18 Sep 2013 14:36:03 +0000 (16:36 +0200)
committerChristian Groessler <chris@groessler.org>
Wed, 18 Sep 2013 14:36:03 +0000 (16:36 +0200)
libsrc/atari/_sys.s

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