PP: Fix issue #738: don't assert on characters within a string.
This commit is contained in:
parent
fb22b69fc6
commit
3494d71cfa
5 changed files with 8 additions and 6 deletions
|
|
@ -236,7 +236,7 @@ public:
|
|||
void reset() { current = 0; }
|
||||
|
||||
protected:
|
||||
void putSubtoken(int);
|
||||
void putSubtoken(char);
|
||||
int getSubtoken();
|
||||
void ungetSubtoken();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue