bump simplecpp
This commit is contained in:
parent
88d1911538
commit
2609d11e1d
|
@ -839,6 +839,10 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
tok = tok->next;
|
tok = tok->next;
|
||||||
|
if (tok == endToken) {
|
||||||
|
output->push_back(new Token(*tok->previous));
|
||||||
|
break;
|
||||||
|
}
|
||||||
if (tok->op == '#') {
|
if (tok->op == '#') {
|
||||||
// A##B => AB
|
// A##B => AB
|
||||||
Token *A = output->end();
|
Token *A = output->end();
|
||||||
|
|
Loading…
Reference in New Issue