1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-10-10 09:12:43 +00:00
parent 33baccab78
commit c5cd237f47

2
gc.c
View file

@ -985,7 +985,7 @@ Init_stack(addr)
#if defined(__human68k__)
extern void *_SEND;
rb_gc_stack_start = _SEND;
#elsif defined(__GNUC__)
#elif defined(__GNUC__)
rb_gc_stack_start = __builtin_frame_address(2);
#else
VALUE start;