ext/yajl.h in brianmario-yajl-ruby-0.4.0 vs ext/yajl.h in brianmario-yajl-ruby-0.4.1
- old
+ new
@@ -7,10 +7,10 @@
static VALUE cParseError, mYajl, mStream, mChunked;
static ID intern_io_read, intern_eof, intern_respond_to, intern_call;
static int readBufferSize = READ_BUFSIZE;
static yajl_parser_config cfg = {1, 1};
-yajl_handle streamParser = NULL, chunkedParser = NULL;
+yajl_handle streamParser, chunkedParser;
VALUE context = Qnil;
VALUE parse_complete_callback = Qnil;
void check_and_fire_callback(void * ctx);
void set_static_value(void * ctx, VALUE val);