Fix preproc not correctly reading skipped lines symbols inside enum (#2197)

This commit is contained in:
FosterProgramming
2025-11-05 10:04:30 +01:00
committed by GitHub
parent d1d5435487
commit 8b8c593bf6
2 changed files with 50 additions and 1 deletions
+1
View File
@@ -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);
};