ext/oj/oj.h in oj-3.10.8 vs ext/oj/oj.h in oj-3.10.9
- old
+ new
@@ -76,10 +76,11 @@
typedef enum {
BigDec = 'b',
FloatDec = 'f',
AutoDec = 'a',
- FastDec = 'F'
+ FastDec = 'F',
+ RubyDec = 'r',
} BigLoad;
typedef enum {
ArrayNew = 'A',
ArrayType = 'a',