diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-25 18:39:30 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-25 18:39:30 +0000 |
| commit | 49402a88e36108629e7c5b5dd37c633b660106b9 (patch) | |
| tree | 3a29f059ce8c1c9a6acc70c0b6df25d159e4b9db /ChangeLog | |
| parent | d2a37a5717d28e3ffe6fef85c6dd9aeaf06f3f7d (diff) | |
* eval.c, gc.c: adopt a common set of alloca() #ifdef's. This
fixes the build with Intel C Compiler for Linux.
* eval.c (rb_f_require): declare old_func with a real type, not
just type modifiers.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Oct 26 03:28:43 2002 Akinori MUSHA <knu@iDaemons.org> + + * eval.c, gc.c: use a common set of alloca() #ifdef's. This fixes + the build with Intel C Compiler for Linux. + + * eval.c (rb_f_require): declare old_func with a real type, not + just type modifiers. + Fri Oct 25 02:55:01 2002 Minero Aoki <aamine@loveruby.net> * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL. |
