mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Added a peek token command (for the parser to use).
This commit is contained in:
@@ -32,12 +32,4 @@ namespace YAML
|
||||
for(int i=0;i<n;i++)
|
||||
GetChar();
|
||||
}
|
||||
|
||||
// GetLineBreak
|
||||
// . Eats with no checking
|
||||
void Stream::EatLineBreak()
|
||||
{
|
||||
Eat(1);
|
||||
column = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user