From e703b549ce89c1df7d767e4ea3de683dd98cf3fe Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Thu, 9 Feb 2012 09:05:04 +0000
Subject: [PATCH] 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
---
libsrc/geos-common/geosmac.ca65.inc | 7 -------
1 file changed, 7 deletions(-)
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)
--
2.39.5