From: ol.sc
Date: Thu, 9 Feb 2012 09:05:04 +0000 (+0000)
Subject: The macro 'bra' conflicts with the 65C02 instruction. As it isn't actually used I...
X-Git-Tag: V2.14~555
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e703b549ce89c1df7d767e4ea3de683dd98cf3fe;p=cc65
The macro 'bra' conflicts with the 65C02 instruction. As it isn't actually used I simply removed it.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5508 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/geos-common/geosmac.ca65.inc b/libsrc/geos-common/geosmac.ca65.inc
index 0694d0c7d..00ac67754 100644
--- a/libsrc/geos-common/geosmac.ca65.inc
+++ b/libsrc/geos-common/geosmac.ca65.inc
@@ -183,13 +183,6 @@ Skip:
;-------------------------------------------------------------------------
-.macro bra addr
- clv
- bvc addr
-.endmacro
-
-;-------------------------------------------------------------------------
-
.macro smb bitNumber, dest
pha
lda #(1 << bitNumber)