summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-11 21:31:33 -0500
committerAdrian Thurston <thurston@complang.org>2013-02-11 21:31:33 -0500
commit364969ad1dff7729ae768092980eabba153269b7 (patch)
treea0feb9417f73e9d0667a7caf7e0b1e7fb0d59f39
parent30f9243c5bbbaab46335d1919da0a1f1a4907ebc (diff)
downloadcolm-364969ad1dff7729ae768092980eabba153269b7.tar.gz
removed unused defines for upper and lower masks
-rw-r--r--colm/pdarun.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/pdarun.c b/colm/pdarun.c
index c1c4fb71..5dc1439f 100644
--- a/colm/pdarun.c
+++ b/colm/pdarun.c
@@ -37,8 +37,6 @@
#define act_sb 0x1
#define act_rb 0x2
-#define lower 0x0000ffff
-#define upper 0xffff0000
#define read_word_p( i, p ) do { \
i = ((Word) p[0]); \