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"