From b32e1cf9060cb551a380da6fb8e552ffd22d03c4 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 10 Oct 2003 17:00:08 +0000 Subject: [PATCH] New CT_NONE git-svn-id: svn://svn.cc65.org/cc65/trunk@2500 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/ctype.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/asminc/ctype.inc b/asminc/ctype.inc index e8a41dabc..2e29c7293 100644 --- a/asminc/ctype.inc +++ b/asminc/ctype.inc @@ -10,6 +10,7 @@ ; Define bitmapped constants for the table entries +CT_NONE = $00 ; Nothing special CT_LOWER = $01 ; 0 - Lower case char CT_UPPER = $02 ; 1 - Upper case char CT_DIGIT = $04 ; 2 - Numeric digit -- 2.39.5