final touches

This commit is contained in:
jerrrrycho
2026-01-29 08:01:00 +01:00
parent fb1ed5c7b5
commit 67ac998814

View File

@@ -404,13 +404,10 @@ std::string cParser::readToken(bool ToLower, const char *Break)
stripFirstTokenBOM(token, ToLower, Break);
// 4) parameter substitution
substituteParameters(token, ToLower);
// 5) include directive handling (may mutate token to next token)
handleIncludeIfPresent(token, ToLower, Break);
return token;
}