Skip to content

Commit

Permalink
* Merge r5629:6037 from libgcroots-trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
ek.kato committed Oct 26, 2009
1 parent 65baf64 commit 35a1b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# 1.7 caused weird am__remove_distdir on my env. So I made 1.10 most
# preferable. -- YamaKen 2006-12-25
am_version=
for v in 1.10 1.7 1.9 1.8; do
for v in 1.11 1.10 1.7 1.9 1.8; do
if type -p &>/dev/null automake-$v; then
am_version="-$v"
break
Expand Down
2 changes: 1 addition & 1 deletion mach_dep.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void GC_push_regs()
# undef HAVE_PUSH_REGS
#endif

#if !defined(HAVE_PUSH_REGS) && defined(UNIX_LIKE) && HAVE_GETCONTEXT
#if !defined(HAVE_PUSH_REGS) && defined(UNIX_LIKE) && HAVE_GETCONTEXT && !defined(DARWIN)
# include <ucontext.h>
#endif

Expand Down

0 comments on commit 35a1b00

Please sign in to comment.