mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Lexer: Migrated from ::iѕDigit to unicodeLatinDigit
This commit is contained in:
parent
9f12807526
commit
d2629584d5
2 changed files with 12 additions and 22 deletions
|
@ -49,7 +49,6 @@ public:
|
|||
|
||||
// Static helpers.
|
||||
static const std::string typeName (const Lexer::Type&);
|
||||
static bool isDigit (int);
|
||||
static bool isHexDigit (int);
|
||||
static bool isSingleCharOperator (int);
|
||||
static bool isDoubleCharOperator (int, int, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue