diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-27 03:30:18 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-27 03:30:18 +0000 |
| commit | e4648bf457262ed50ec5b8b77245e6a477de062c (patch) | |
| tree | 9d8c424ea83224adfa02ce27ee17f170c83091e6 /ChangeLog | |
| parent | 967129832f157204ff17fb9f114b4748aaa0e0f2 (diff) | |
| download | ruby-e4648bf457262ed50ec5b8b77245e6a477de062c.tar.gz ruby-e4648bf457262ed50ec5b8b77245e6a477de062c.tar.xz ruby-e4648bf457262ed50ec5b8b77245e6a477de062c.zip | |
* gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386,
and explicit size qualifiers.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ +Tue Oct 27 12:30:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * gc.h (SET_MACHINE_STACK_END): use __i386__ instead of __i386, + and explicit size qualifiers. + Tue Oct 27 09:40:55 2009 NARUSE, Yui <naruse@ruby-lang.org> - * gc.c (SET_MACHINE_STACK_END): add x86_64 version by nobu. + * gc.h (SET_MACHINE_STACK_END): add x86_64 version by nobu. Tue Oct 27 09:27:59 2009 NARUSE, Yui <naruse@ruby-lang.org> |
