1
0
forked from GitHub/gf-core

another attempt to port the robust parser to MacOS

This commit is contained in:
kr.angelov
2012-05-16 15:18:44 +00:00
parent eb380dfb80
commit bd8046f23d
15 changed files with 21 additions and 32 deletions

View File

@@ -304,6 +304,7 @@ gu_buf_out(GuBuf* buf, GuPool* pool)
bout->stream.output = gu_buf_out_output;
bout->stream.begin_buf = gu_buf_outbuf_begin;
bout->stream.end_buf = gu_buf_outbuf_end;
bout->stream.flush = NULL;
bout->buf = buf;
return gu_new_out(&bout->stream, pool);
}