removed debug code
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40195
This commit is contained in:
+1
-2
@@ -115,8 +115,7 @@ struct Trie
|
||||
|
||||
inline unsigned char charval(char c)
|
||||
{
|
||||
unsigned char _c = (unsigned char)c;
|
||||
return _c - 'A' + 2;
|
||||
return (unsigned char)c;
|
||||
}
|
||||
|
||||
unsigned int x_check(Trie *trie, char c)
|
||||
|
||||
Reference in New Issue
Block a user