Use '.ifdef' and '.ifndef' instead of '.if .defined' and '.if .not .defined'.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
.export _get_ostype
|
||||
|
||||
.if .defined(__ATARIXL__)
|
||||
.ifdef __ATARIXL__
|
||||
|
||||
.include "atari.inc"
|
||||
.import __CHARGEN_START__
|
||||
|
||||
Reference in New Issue
Block a user