From abbcfe34e18b85b998502bdaa413d9c91a298443 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: http://svn.ruby-lang.org/repos/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 ad24cbd9e..acfbf64d5 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