ide: Find debugging log improvement, Core: CParser::SkipLine

This commit is contained in:
Mirek Fidler 2025-11-26 14:57:56 +01:00
parent a39b26b20f
commit 2cde5203ad
5 changed files with 57 additions and 5 deletions

View file

@ -73,6 +73,7 @@ public:
void Skip();
void SkipTerm() { Skip(); }
void SkipLine();
struct Pos {
const char *ptr;