summaryrefslogtreecommitdiffstats
path: root/sprintf.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-27 14:30:09 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-27 14:30:09 +0000
commit498c4c2442ca64e5760787fd796bf9b67cb9c756 (patch)
treedf2abda7036a17c288f1837320dfc6360174f833 /sprintf.c
parent59f59e10146d021f6fe35f584341f5a98f0a1faa (diff)
downloadruby-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sprintf.c b/sprintf.c
index 15678232e..0d935a1eb 100644
--- a/sprintf.c
+++ b/sprintf.c
@@ -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