Improving Code Readability (#1004)

This commit is contained in:
dota17
2019-09-17 01:35:48 +08:00
committed by Jordan Bayles
parent 7ef0f9fa5b
commit db61dba885
2 changed files with 6 additions and 6 deletions

View File

@@ -193,7 +193,7 @@ private:
bool readToken(Token& token);
void skipSpaces();
bool match(Location pattern, int patternLength);
bool match(const Char* pattern, int patternLength);
bool readComment();
bool readCStyleComment();
bool readCppStyleComment();