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:
@ -77,7 +77,7 @@ public:
|
||||
{
|
||||
UNDEFINED = 0,
|
||||
|
||||
PUNCTUATION = -127,
|
||||
PUNCTUATION = char(128),
|
||||
WORD,
|
||||
VARIABLE,
|
||||
STRING,
|
||||
|
||||
Reference in New Issue
Block a user