From: Christian Groessler Date: Wed, 18 Sep 2013 14:36:03 +0000 (+0200) Subject: use '.ifndef' instead of '.if .not .defined' X-Git-Tag: V2.15~225^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2e10a55b5116a9dec0128ac4e0173a59e90cd871;p=cc65 use '.ifndef' instead of '.if .not .defined' --- diff --git a/libsrc/atari/_sys.s b/libsrc/atari/_sys.s index e5bf07f30..66e4905ec 100644 --- a/libsrc/atari/_sys.s +++ b/libsrc/atari/_sys.s @@ -6,7 +6,7 @@ ; 'atarixl' doesn't support the _sys() function ; -.if .not .defined(__ATARIXL__) +.ifndef __ATARIXL__ .include "../common/_sys.s"