ext/ox/ox.h in ox-2.14.17 vs ext/ox/ox.h in ox-2.14.18
- old
+ new
@@ -144,10 +144,10 @@
unsigned long id; // set for text types when cirs_array is set
Options options;
VALUE *marked;
int mark_size; // allocated size
int mark_cnt;
- char last; // last character read, rarely set
+ char last; // last character read, rarely set
};
extern VALUE ox_parse(char *xml, size_t len, ParseCallbacks pcb, char **endp, Options options, Err err);
extern void _ox_raise_error(const char *msg, const char *xml, const char *current, const char *file, int line);