Ticket #146: fix_build.diff
| File fix_build.diff, 386 bytes (added by anonymous, 4 years ago) |
|---|
-
src/yaml_private.h
diff --git a/src/yaml_private.h b/src/yaml_private.h index f72cbd4..b203093 100644
a b typedef enum yaml_emitter_state_e { 1231 1231 * The information of a node being emitted. 1232 1232 */ 1233 1233 1234 struct typedefyaml_node_data_s {1234 typedef struct yaml_node_data_s { 1235 1235 /* The node id. */ 1236 1236 int id; 1237 1237 /* The collection iterator. */
