mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 02:49:19 +02:00
final touches
This commit is contained in:
@@ -404,13 +404,10 @@ std::string cParser::readToken(bool ToLower, const char *Break)
|
|||||||
|
|
||||||
stripFirstTokenBOM(token, ToLower, Break);
|
stripFirstTokenBOM(token, ToLower, Break);
|
||||||
|
|
||||||
// 4) parameter substitution
|
|
||||||
substituteParameters(token, ToLower);
|
substituteParameters(token, ToLower);
|
||||||
|
|
||||||
// 5) include directive handling (may mutate token to next token)
|
|
||||||
handleIncludeIfPresent(token, ToLower, Break);
|
handleIncludeIfPresent(token, ToLower, Break);
|
||||||
|
|
||||||
|
|
||||||
return token;
|
return token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user