зеркало из https://github.com/github/ruby.git
* configure.in: NetBSD's ksh, used by configure, needs escapes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1944f1d6e7
Коммит
b4682ea330
|
@ -1,3 +1,7 @@
|
|||
Fri Apr 25 13:11:49 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in: NetBSD's ksh, used by configure, needs escapes.
|
||||
|
||||
Fri Apr 25 12:51:08 2014 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* configure.in: correct pthread_setname_np's prototype on NetBSD.
|
||||
|
|
|
@ -2203,7 +2203,7 @@ if test x$setjmp_prefix = xsig; then
|
|||
else
|
||||
unset setjmp_sigmask
|
||||
fi
|
||||
AC_MSG_RESULT(${setjmp_prefix}setjmp${setjmp_suffix}${setjmp_cast:+($setjmp_cast)})
|
||||
AC_MSG_RESULT(${setjmp_prefix}setjmp${setjmp_suffix}${setjmp_cast:+\($setjmp_cast\)})
|
||||
AC_DEFINE_UNQUOTED([RUBY_SETJMP(env)], [${setjmp_prefix}setjmp${setjmp_suffix}($setjmp_cast(env)${setjmp_sigmask+,0})])
|
||||
AC_DEFINE_UNQUOTED([RUBY_LONGJMP(env,val)], [${setjmp_prefix}longjmp($setjmp_cast(env),val)])
|
||||
AC_DEFINE_UNQUOTED(RUBY_JMP_BUF, ${setjmp_sigmask+${setjmp_prefix}}jmp_buf)
|
||||
|
|
Загрузка…
Ссылка в новой задаче