Rename a few variables

This commit is contained in:
Rangi42
2024-03-25 14:10:12 -04:00
parent 3568418c5d
commit 2b44672873
3 changed files with 6 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ struct LexerState {
void setAsCurrentState();
bool setFileAsNextState(std::string const &filePath, bool updateStateNow);
void setViewAsNextState(char const *filePath, char const *buf, size_t size, uint32_t lineNo_);
void setViewAsNextState(char const *name, char const *buf, size_t size, uint32_t lineNo_);
void clear(uint32_t lineNo_);
};