added an additional check which inspects if map's and fun's given somewhere are really declared

This commit is contained in:
nemu
2008-10-02 11:59:14 +00:00
parent d3476df6b4
commit 0956bd24f0
2 changed files with 206 additions and 0 deletions

View File

@ -83,6 +83,8 @@ class PMsrHandler
virtual int ParameterInUse(unsigned int paramNo);
virtual bool CheckUniquenessOfParamNames(unsigned int &parX, unsigned int &parY);
virtual bool CheckMaps();
virtual bool CheckFuncs();
private:
PMsrLines fComments; ///< holds the comments of the msr-file