mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
More simple scalar scanning.
This commit is contained in:
parent
a3961d047f
commit
31f7db5a0d
5 changed files with 164 additions and 209 deletions
|
@ -36,8 +36,9 @@ namespace YAML
|
|||
|
||||
try {
|
||||
scanner.Scan();
|
||||
} catch(const UnknownToken& e) {
|
||||
} catch(const Exception& e) {
|
||||
}
|
||||
getchar();
|
||||
// if(!scanner)
|
||||
// return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue