ext/ox/sax.h in ox-2.13.2 vs ext/ox/sax.h in ox-2.13.3
- old
+ new
@@ -31,13 +31,11 @@
struct _saxOptions options;
int err;
int blocked;
bool abort;
struct _has has;
-#if HAS_ENCODING_SUPPORT
+#if HAVE_RB_ENC_ASSOCIATE
rb_encoding *encoding;
-#elif HAS_PRIVATE_ENCODING
- VALUE encoding;
#else
const char *encoding;
#endif
} *SaxDrive;