token: Explicitly support char as either signed or unsigned char

Resolves bug-report https://bugs.openfoam.org/view.php?id=2863
This commit is contained in:
Henry Weller
2018-03-01 14:20:25 +00:00
parent 639daf63bc
commit 0d2fe24cd7

View File

@ -77,7 +77,7 @@ public:
{
UNDEFINED = 0,
PUNCTUATION = -127,
PUNCTUATION = char(128),
WORD,
VARIABLE,
STRING,