mirror of
https://github.com/RPCS3/yaml-cpp.git
synced 2026-07-23 04:05:33 -04:00
Fixed the #ifdefs for the api stuff
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
#include <sstream>
|
||||
#include <cstdio>
|
||||
|
||||
#if YAML_CPP_OLD_API
|
||||
#ifdef YAML_CPP_OLD_API
|
||||
#include "yaml-cpp/old-api/node.h"
|
||||
#include "old-api/nodebuilder.h"
|
||||
#endif
|
||||
@@ -58,7 +58,7 @@ namespace YAML
|
||||
return true;
|
||||
}
|
||||
|
||||
#if YAML_CPP_OLD_API
|
||||
#ifdef YAML_CPP_OLD_API
|
||||
// GetNextDocument
|
||||
// . Reads the next document in the queue (of tokens).
|
||||
// . Throws a ParserException on error.
|
||||
|
||||
Reference in New Issue
Block a user