]> andersk Git - libyaml.git/blobdiff - include/yaml.h
Update LICENSE years.
[libyaml.git] / include / yaml.h
index d0fe93c800549aaa8d67e9e2f37157bcccb52d4c..5a04d36d4158a0ae8483a693ab42cb169ff45c5b 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
 /** The public API declaration. */
 
-#ifdef WIN32
+#ifdef _WIN32
 #   if defined(YAML_DECLARE_STATIC)
 #       define  YAML_DECLARE(type)  type
 #   elif defined(YAML_DECLARE_EXPORT)
@@ -1680,6 +1680,8 @@ typedef struct yaml_emitter_s {
     int whitespace;
     /** If the last character was an indentation character (' ', '-', '?', ':')? */
     int indention;
+    /** If an explicit document end is required? */
+    int open_ended;
 
     /** Anchor analysis. */
     struct {
This page took 0.305921 seconds and 4 git commands to generate.