From ad2897332ec6c30848e4861490fe1a8f91f2fd35 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Mon, 20 Oct 2008 00:32:20 +0000 Subject: [PATCH] cleanup --- array.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/array.s b/array.s index 7d187ab..e3e9e97 100644 --- a/array.s +++ b/array.s @@ -338,7 +338,7 @@ L3124: sta STRNG2+1 .endif ldx #BYTES_FP - .if .def(CONFIG_SMALL) && (.def(CONFIG_2)) + .ifdef CONFIG_SMALL lda VARNAM+1 .else lda VARNAM @@ -346,7 +346,7 @@ L3124: bpl L3135 dex L3135: - .if .def(CONFIG_SMALL) && (.def(CONFIG_2)) + .ifdef CONFIG_SMALL stx RESULT+1 .else lda VARNAM+1