aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/marshal.c b/marshal.c
index 598f90f187..26fd0bcc0b 100644
--- a/marshal.c
+++ b/marshal.c
@@ -28,6 +28,8 @@
#include <ieeefp.h>
#endif
+#undef rb_data_object_alloc
+
#define BITSPERSHORT (2*CHAR_BIT)
#define SHORTMASK ((1<<BITSPERSHORT)-1)
#define SHORTDN(x) RSHIFT((x),BITSPERSHORT)