mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: Find debugging log improvement, Core: CParser::SkipLine
This commit is contained in:
parent
a39b26b20f
commit
2cde5203ad
5 changed files with 57 additions and 5 deletions
|
|
@ -73,6 +73,7 @@ public:
|
|||
|
||||
void Skip();
|
||||
void SkipTerm() { Skip(); }
|
||||
void SkipLine();
|
||||
|
||||
struct Pos {
|
||||
const char *ptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue