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 | abbcfe34e18b85b998502bdaa413d9c91a298443 (patch) | |
| tree | b498407cbc7ca7aabd9a70fb6d9fde54f493e8ce /sprintf.c | |
| parent | 155ca721221af6b33aa5957a36da2a68dd828ae5 (diff) | |
| download | ruby-abbcfe34e18b85b998502bdaa413d9c91a298443.tar.gz ruby-abbcfe34e18b85b998502bdaa413d9c91a298443.tar.xz ruby-abbcfe34e18b85b998502bdaa413d9c91a298443.zip | |
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
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 |
