зеркало из https://github.com/github/ruby.git
Revert "check __int64_t and __int128_t"
This reverts commit r53750. Those types seems to be for C++, and breaks old GCC. http://rubyci.s3.amazonaws.com/c64b/ruby-trunk/log/20160206T130202Z.diff.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
325890497e
Коммит
0a3fc607c1
|
@ -3,11 +3,6 @@ Sat Feb 6 22:30:57 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
* lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
|
* lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
|
||||||
ASCII-incompatible encodings. [Fix GH-1239]
|
ASCII-incompatible encodings. [Fix GH-1239]
|
||||||
|
|
||||||
Sat Feb 6 20:44:24 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|
||||||
|
|
||||||
* configure.in: check __int64_t and __int128_t for RUBY_DEFINT on
|
|
||||||
OS X.
|
|
||||||
|
|
||||||
Sat Feb 6 15:18:28 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
Sat Feb 6 15:18:28 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||||
|
|
||||||
* test/ruby/enc/test_regex_casefold.rb: Added data-based testing for
|
* test/ruby/enc/test_regex_casefold.rb: Added data-based testing for
|
||||||
|
|
|
@ -1473,8 +1473,6 @@ RUBY_CHECK_SIZEOF(long, [int], [ILP LP])
|
||||||
RUBY_CHECK_SIZEOF(long long)
|
RUBY_CHECK_SIZEOF(long long)
|
||||||
RUBY_CHECK_SIZEOF(__int64)
|
RUBY_CHECK_SIZEOF(__int64)
|
||||||
RUBY_CHECK_SIZEOF(__int128)
|
RUBY_CHECK_SIZEOF(__int128)
|
||||||
RUBY_CHECK_SIZEOF(__int64_t)
|
|
||||||
RUBY_CHECK_SIZEOF(__int128_t)
|
|
||||||
RUBY_CHECK_SIZEOF(off_t)
|
RUBY_CHECK_SIZEOF(off_t)
|
||||||
RUBY_CHECK_SIZEOF(void*, [int long "long long"], [ILP LP LLP])
|
RUBY_CHECK_SIZEOF(void*, [int long "long long"], [ILP LP LLP])
|
||||||
RUBY_CHECK_SIZEOF(float)
|
RUBY_CHECK_SIZEOF(float)
|
||||||
|
@ -2011,8 +2009,6 @@ typedef $1 t; int s = sizeof(t) == 42;])],
|
||||||
["$ac_cv_sizeof_long_long"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])long long"],
|
["$ac_cv_sizeof_long_long"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])long long"],
|
||||||
["$ac_cv_sizeof___int64"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])__int64"],
|
["$ac_cv_sizeof___int64"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])__int64"],
|
||||||
["$ac_cv_sizeof___int128"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])__int128"],
|
["$ac_cv_sizeof___int128"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])__int128"],
|
||||||
["$ac_cv_sizeof___int64_t"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])__int64_t"],
|
|
||||||
["$ac_cv_sizeof___int128_t"], [ rb_cv_type_$1="m4_if([$3], [], [], [$3 ])__int128_t"],
|
|
||||||
[ rb_cv_type_$1=no])])])
|
[ rb_cv_type_$1=no])])])
|
||||||
if test "${rb_cv_type_$1}" != no; then
|
if test "${rb_cv_type_$1}" != no; then
|
||||||
AC_DEFINE([HAVE_]AS_TR_CPP($1), 1)
|
AC_DEFINE([HAVE_]AS_TR_CPP($1), 1)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче