From 498c4c2442ca64e5760787fd796bf9b67cb9c756 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 Jul 2005 14:30:09 +0000 Subject: * 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 --- sprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sprintf.c') 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 -- cgit