[前][次][番号順一覧][スレッド一覧]

ruby-changes:41730

From: naruse <ko1@a...>
Date: Thu, 11 Feb 2016 06:29:35 +0900 (JST)
Subject: [ruby-changes:41730] naruse:r53804 (trunk): fix r53801: the argument should remove UNSIGNED

naruse	2016-02-11 06:29:48 +0900 (Thu, 11 Feb 2016)

  New Revision: 53804

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53804

  Log:
    fix r53801: the argument should remove UNSIGNED

  Modified files:
    trunk/configure.in
Index: configure.in
===================================================================
--- configure.in	(revision 53803)
+++ configure.in	(revision 53804)
@@ -2044,7 +2044,7 @@ if test "${rb_cv_type_$1}" != no; then https://github.com/ruby/ruby/blob/trunk/configure.in#L2044
 			[RUBY_CHECK_SIZEOF([$1], [$2], [], [AC_INCLUDES_DEFAULT([$4])])])
     else
 	AC_DEFINE_UNQUOTED($1, [$rb_cv_type_$1])
-	AC_DEFINE_UNQUOTED([SIZEOF_]AS_TR_CPP($1), [SIZEOF_]AS_TR_CPP([$rb_cv_type_$1]))
+	AC_DEFINE_UNQUOTED([SIZEOF_]AS_TR_CPP($1), [SIZEOF_]AS_TR_CPP([$t]))
     fi
 fi
 AS_VAR_POPDEF([cond])dnl

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]