ext/ox/ox.h in ox-2.14.7 vs ext/ox/ox.h in ox-2.14.8

- old
+ new

@@ -26,11 +26,11 @@ #endif #include "attr.h" #include "err.h" #include "helper.h" -#include "oxcache.h" +#include "slotcache.h" #include "type.h" #define raise_error(msg, xml, current) _ox_raise_error(msg, xml, current, __FILE__, __LINE__) #define MAX_TEXT_LEN 4096 @@ -236,12 +236,10 @@ extern VALUE ox_comment_clas; extern VALUE ox_raw_clas; extern VALUE ox_doctype_clas; extern VALUE ox_cdata_clas; -extern Cache ox_symbol_cache; -extern Cache ox_class_cache; -extern Cache ox_attr_cache; +extern SlotCache ox_class_cache; extern void ox_init_builder(VALUE ox); #if defined(__cplusplus) #if 0