From 3c1b3478343a7618dac7ac16953e77f45511f505 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Fri, 20 Apr 2012 22:46:07 +0900 Subject: remove dependency to SIZEOF_LONG/LONG_LONG --- include/mrbconf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/mrbconf.h b/include/mrbconf.h index 96214a30b..923558fd9 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -22,9 +22,6 @@ typedef intptr_t mrb_sym; #undef HAVE_UNISTD_H /* WINDOWS */ #define HAVE_UNISTD_H /* LINUX */ -#define SIZEOF_LONG 4 -#define SIZEOF_LONG_LONG 8 - #ifndef FALSE # define FALSE 0 #endif -- cgit v1.2.3