Fix preproc not correctly reading skipped lines symbols inside enum (#2197)
This commit is contained in:
committed by
GitHub
parent
d1d5435487
commit
8b8c593bf6
@@ -73,6 +73,7 @@ private:
|
||||
void VerifyStringLength(int length);
|
||||
int SkipWhitespaceAndEol();
|
||||
int FindLastLineNumber(std::string& filename);
|
||||
int ParseLineSkipInEnum(void);
|
||||
std::string ReadIdentifier();
|
||||
long ReadInteger(std::string filename, long line);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user