fix r53801: the argument should remove UNSIGNED
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
693cc67338
commit
2e90c0bdbe
@ -2044,7 +2044,7 @@ if test "${rb_cv_type_$1}" != no; then
|
|||||||
[RUBY_CHECK_SIZEOF([$1], [$2], [], [AC_INCLUDES_DEFAULT([$4])])])
|
[RUBY_CHECK_SIZEOF([$1], [$2], [], [AC_INCLUDES_DEFAULT([$4])])])
|
||||||
else
|
else
|
||||||
AC_DEFINE_UNQUOTED($1, [$rb_cv_type_$1])
|
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
|
||||||
fi
|
fi
|
||||||
AS_VAR_POPDEF([cond])dnl
|
AS_VAR_POPDEF([cond])dnl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user