From a12c1e4bd25c4600e809eb6271ef13ed5f8d5c17 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 Jul 2005 03:07:02 +0000 Subject: revered all LLP64 modifies due to portability reason. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sprintf.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sprintf.c') diff --git a/sprintf.c b/sprintf.c index ad24cbd9e5..acfbf64d54 100644 --- a/sprintf.c +++ b/sprintf.c @@ -809,10 +809,3 @@ fmt_setup(buf, c, flags, width, prec) *buf++ = c; *buf = '\0'; } -#if SIZEOF_LONG < SIZEOF_VOIDP -# if SIZEOF_LONG_LONG == SIZEOF_VOIDP -# define _HAVE_SANE_QUAD_ -# define _HAVE_LLP64_ -# define u_quad_t unsigned LONG_LONG -# endif -#endif -- cgit v1.2.3