mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
More simple scalar scanning.
This commit is contained in:
parent
a3961d047f
commit
31f7db5a0d
5 changed files with 164 additions and 209 deletions
|
@ -11,4 +11,5 @@ namespace YAML
|
|||
class IllegalMapKey: public Exception {};
|
||||
class IllegalMapValue: public Exception {};
|
||||
class IllegalScalar: public Exception {};
|
||||
class IllegalTabInScalar: public Exception {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue