mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 06:55:02 +01: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);
|
||||
|
||||
// 4) parameter substitution
|
||||
substituteParameters(token, ToLower);
|
||||
|
||||
// 5) include directive handling (may mutate token to next token)
|
||||
handleIncludeIfPresent(token, ToLower, Break);
|
||||
|
||||
|
||||
return token;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user