summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/yaml/yaml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/yaml/yaml.h b/include/yaml/yaml.h
index 2f32e52..cfdeacf 100644
--- a/include/yaml/yaml.h
+++ b/include/yaml/yaml.h
@@ -300,6 +300,9 @@ typedef struct {
/** The byte about which the problem occured. */
size_t problem_offset;
+ /** The problematic value (@c -1 is none). */
+ int problem_value;
+
/**
* @}
*/