Changeset 265 for libyaml/trunk/tests/run-dumper.c
- Timestamp:
- 12/27/07 16:11:27 (5 years ago)
- File:
-
- 1 edited
-
libyaml/trunk/tests/run-dumper.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/tests/run-dumper.c
r242 r265 12 12 #define BUFFER_SIZE 65536 13 13 #define MAX_DOCUMENTS 16 14 15 #if 0 14 16 15 17 int copy_document(yaml_document_t *document_to, yaml_document_t *document_from) … … 185 187 } 186 188 189 #endif 190 187 191 int 188 192 main(int argc, char *argv[]) 189 193 { 194 #if 0 190 195 int number; 191 196 int canonical = 0; … … 308 313 } 309 314 315 #endif 310 316 return 0; 311 317 }
Note: See TracChangeset
for help on using the changeset viewer.
