Changeset 243 for libyaml/trunk/src/yaml_private.h
- Timestamp:
- 01/08/07 13:33:55 (6 years ago)
- File:
-
- 1 edited
-
libyaml/trunk/src/yaml_private.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/src/yaml_private.h
r238 r243 587 587 document_version_directive,document_tag_directives_start, \ 588 588 document_tag_directives_end,document_start_implicit, \ 589 document_end_implicit, start_mark,end_mark)\589 document_end_implicit,document_start_mark,document_end_mark) \ 590 590 (memset(&(document), 0, sizeof(yaml_document_t)), \ 591 591 (document).nodes.start = (document_nodes_start), \ … … 596 596 (document).tag_directives.end = (document_tag_directives_end), \ 597 597 (document).start_implicit = (document_start_implicit), \ 598 (document).end_implicit = (document_end_implicit)) 598 (document).end_implicit = (document_end_implicit), \ 599 (document).start_mark = (document_start_mark), \ 600 (document).end_mark = (document_end_mark)) 599 601 600 602 /*
Note: See TracChangeset
for help on using the changeset viewer.
