Deleted Added
full compact
24,26d23
< #include <stdio.h>
< #include <errno.h>
< #include <unistd.h>
27a25
> #include "ucl_internal.h"
100c98
< if (ucl_parser_get_error(parser) != NULL) {
---
> if (ucl_parser_get_error (parser) != NULL) {
115c113
< ucl_parser_add_chunk (parser2, emitted, strlen (emitted));
---
> ucl_parser_add_string (parser2, emitted, 0);