mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 21:49:19 +02:00
Merge remote-tracking branch 'manul-public/master' into manul-staging
This commit is contained in:
3
parser.h
3
parser.h
@@ -91,6 +91,8 @@ class cParser //: public std::stringstream
|
||||
// returns number of currently processed line in main file, -1 if inside include
|
||||
int LineMain() const;
|
||||
bool expandIncludes = true;
|
||||
bool allowRandomIncludes = false;
|
||||
bool skipComments = true;
|
||||
|
||||
private:
|
||||
// methods:
|
||||
@@ -118,7 +120,6 @@ class cParser //: public std::stringstream
|
||||
std::shared_ptr<cParser> mIncludeParser; // child class to handle include directives.
|
||||
std::vector<std::string> parameters; // parameter list for included file.
|
||||
std::deque<std::string> tokens;
|
||||
bool allowRandomIncludes = false;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user