File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ Sat Feb 4 22:51:43 2006 Tanaka Akira <akr@m17n.org>
2
+
3
+ * eval.c: apply the FreeBSD getcontext/setcontext workaround
4
+ only before FreeBSD 7-CURRENT.
5
+
1
6
Sat Feb 4 21:19:23 2006 NAKAMURA Usaku <usa@ruby-lang.org>
2
7
3
8
* win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ int function_call_may_return_twice_false_2 = 0;
179
179
(function_call_may_return_twice_false_2 ? \
180
180
setjmp(function_call_may_return_twice_jmp_buf) : \
181
181
0)
182
- # elif defined(__FreeBSD__ )
182
+ # elif defined(__FreeBSD__ ) && __FreeBSD__ < 7
183
183
/*
184
184
* workaround for FreeBSD/i386 getcontext/setcontext bug.
185
185
* clear the carry flag by (0 ? ... : ...).
You can’t perform that action at this time.
0 commit comments