We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcdbda commit ec05ea0Copy full SHA for ec05ea0
1 file changed
simplecpp.cpp
@@ -2318,9 +2318,6 @@ namespace simplecpp {
2318
const Token *nextTok = B->next;
2319
2320
if (canBeConcatenatedStringOrChar) {
2321
- if (unexpectedA)
2322
- throw invalidHashHash::unexpectedToken(tok->location, name(), A);
2323
-
2324
// It seems clearer to handle this case separately even though the code is similar-ish, but we don't want to merge here.
2325
// TODO The question is whether the ## or varargs may still apply, and how to provoke?
2326
if (expandArg(tokensB, B, parametertokens)) {
0 commit comments