mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: revert r30698.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a2ba50d971
commit
7fb70b4e0f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jan 31 21:57:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* configure.in: revert r30698.
|
||||
|
||||
Mon Jan 31 21:32:44 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
|
||||
|
||||
* thread.c (thread_start_func_2): check deadlock condition before
|
||||
|
|
|
@ -659,9 +659,9 @@ AC_DEFUN([RUBY_REPLACE_TYPE], [dnl
|
|||
[typedef $n rbcv_conftest_target_type;
|
||||
typedef $t rbcv_conftest_replace_type;
|
||||
extern rbcv_conftest_target_type rbcv_conftest_var;
|
||||
extern rbcv_conftest_replace_type rbcv_conftest_var2;
|
||||
extern rbcv_conftest_replace_type rbcv_conftest_var;
|
||||
extern rbcv_conftest_target_type rbcv_conftest_func(void);
|
||||
extern rbcv_conftest_replace_type rbcv_conftest_func2(void);
|
||||
extern rbcv_conftest_replace_type rbcv_conftest_func(void);
|
||||
], [sizeof(rbcv_conftest_target_type) == sizeof(rbcv_conftest_replace_type)])],
|
||||
[n="$t"; break])
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue