Revision: 6034
Author: ek.kato
Date: Tue Oct 20 09:09:07 2009
Log: * mach_dep.c : Build fix for Mac OS X.
http://code.google.com/p/uim/source/detail?r=6034
Modified:
/libgcroots-trunk/mach_dep.c
=======================================
--- /libgcroots-trunk/mach_dep.c Wed Jul 18 19:09:56 2007
+++ /libgcroots-trunk/mach_dep.c Tue Oct 20 09:09:07 2009
@@ -160,7 +160,7 @@
# 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