diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-27 03:07:02 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-27 03:07:02 +0000 |
commit | a12c1e4bd25c4600e809eb6271ef13ed5f8d5c17 (patch) | |
tree | b498407cbc7ca7aabd9a70fb6d9fde54f493e8ce /sprintf.c | |
parent | f933f9d3a5e5d71bcebc5d0a3206149870c412e0 (diff) |
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
Diffstat (limited to 'sprintf.c')
-rw-r--r-- | sprintf.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |