Changeset 272 for libyaml/trunk/src/yaml_private.h
- Timestamp:
- 07/31/08 16:24:39 (4 years ago)
- Files:
-
- 1 modified
-
libyaml/trunk/src/yaml_private.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/src/yaml_private.h
r267 r272 1229 1229 1230 1230 /* 1231 * The information of a node being emitted. 1232 */ 1233 1234 struct typedef yaml_node_data_s { 1235 /* The node id. */ 1236 int id; 1237 /* The collection iterator. */ 1238 int index; 1239 } yaml_node_data_t; 1240 1241 /* 1231 1242 * The structure that holds data used by the file and string readers. 1232 1243 */ … … 1241 1252 1242 1253 /* 1243 * The internal semitter structure.1254 * The internal emitter structure. 1244 1255 */ 1245 1256
