diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-27 14:30:09 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-27 14:30:09 +0000 |
| commit | 498c4c2442ca64e5760787fd796bf9b67cb9c756 (patch) | |
| tree | df2abda7036a17c288f1837320dfc6360174f833 /sprintf.c | |
| parent | 59f59e10146d021f6fe35f584341f5a98f0a1faa (diff) | |
| download | ruby-498c4c2442ca64e5760787fd796bf9b67cb9c756.tar.gz ruby-498c4c2442ca64e5760787fd796bf9b67cb9c756.tar.xz ruby-498c4c2442ca64e5760787fd796bf9b67cb9c756.zip | |
* gc.c (obj_free): make message formant consistent with one from
gc_mark(). [ruby-talk:149668]
* sprintf.c (quad_t): prepare quad_t as well. [ruby-talk:149668]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sprintf.c')
| -rw-r--r-- | sprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -842,6 +842,7 @@ fmt_setup(buf, c, flags, width, prec) # if SIZEOF_LONG_LONG == SIZEOF_VOIDP # define _HAVE_SANE_QUAD_ # define _HAVE_LLP64_ +# define quad_t LONG_LONG # define u_quad_t unsigned LONG_LONG # endif #endif |
