Use '.ifdef' and '.ifndef' instead of '.if .defined' and '.if .not .defined'.

This commit is contained in:
Christian Groessler
2013-09-19 22:36:22 +02:00
parent ae53413c5c
commit 0a7cb64d2e
9 changed files with 20 additions and 20 deletions

View File

@@ -13,7 +13,7 @@
DEBUG = 1
.if .defined(__ATARIXL__)
.ifdef __ATARIXL__
.export syschk
.import __SYSCHK_LOAD__
@@ -154,4 +154,4 @@ end:
.word INITAD+1
.word syschk
.endif ; .if .defined(__ATARIXL__)
.endif ; .ifdef __ATARIXL__