/[svn]/linuxsampler/trunk/src/scriptvm/tree.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/tree.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3835 by schoenebeck, Thu Aug 6 12:15:02 2020 UTC revision 3836 by schoenebeck, Sat Nov 28 14:47:14 2020 UTC
# Line 970  public: Line 970  public:
970      std::vector<ParserIssue> vWarnings;      std::vector<ParserIssue> vWarnings;
971      std::vector<ParserIssue> vIssues;      std::vector<ParserIssue> vIssues;
972      std::vector<CodeBlock>   vPreprocessorComments;      std::vector<CodeBlock>   vPreprocessorComments;
973        std::vector<void*>       vAutoFreeAfterParse;
974      std::map<String,PatchVarBlock> patchVars;      std::map<String,PatchVarBlock> patchVars;
975    
976      std::set<String> builtinPreprocessorConditions;      std::set<String> builtinPreprocessorConditions;
# Line 1034  public: Line 1035  public:
1035      bool setPreprocessorCondition(const char* name);      bool setPreprocessorCondition(const char* name);
1036      bool resetPreprocessorCondition(const char* name);      bool resetPreprocessorCondition(const char* name);
1037      bool isPreprocessorConditionSet(const char* name);      bool isPreprocessorConditionSet(const char* name);
1038        void autoFreeAfterParse(void* data);
1039      std::vector<ParserIssue> issues() const OVERRIDE;      std::vector<ParserIssue> issues() const OVERRIDE;
1040      std::vector<ParserIssue> errors() const OVERRIDE;      std::vector<ParserIssue> errors() const OVERRIDE;
1041      std::vector<ParserIssue> warnings() const OVERRIDE;      std::vector<ParserIssue> warnings() const OVERRIDE;

Legend:
Removed from v.3835  
changed lines
  Added in v.3836

  ViewVC Help
Powered by ViewVC