summaryrefslogtreecommitdiff
path: root/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'pack.c')
-rw-r--r--pack.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/pack.c b/pack.c
index 94fa5b59a2..cfaec60354 100644
--- a/pack.c
+++ b/pack.c
@@ -266,11 +266,7 @@ num2i32(VALUE x)
return 0; /* not reached */
}
-#ifdef HAVE_LONG_LONG
-# define QUAD_SIZE SIZEOF_LONG_LONG
-#else
-# define QUAD_SIZE 8
-#endif
+#define QUAD_SIZE 8
static const char toofew[] = "too few arguments";
static void encodes(VALUE,const char*,long,int,int);