ext/ox/ox.h in ox-1.2.7 vs ext/ox/ox.h in ox-1.2.8

- old
+ new

@@ -98,11 +98,12 @@ } LoadMode; typedef enum { NoCode = 0, ArrayCode = 'a', - Base64Code = 'b', + String64Code = 'b', // base64 encoded String ClassCode = 'c', + Symbol64Code = 'd', // base64 encoded Symbol FloatCode = 'f', RegexpCode = 'g', HashCode = 'h', FixnumCode = 'i', BignumCode = 'j',