diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-11-19 14:42:45 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-11-19 14:42:45 +0000 |
| commit | d2403667fd954c7f331d1453d1330fa5bb997bbe (patch) | |
| tree | da51f25d928d2c8825aa66b1bf6c5f7880aa8e11 /gc.c | |
| parent | 8d4fda47e4867c2c8583ff396e21223a164dfb46 (diff) | |
| download | ruby-d2403667fd954c7f331d1453d1330fa5bb997bbe.tar.gz ruby-d2403667fd954c7f331d1453d1330fa5bb997bbe.tar.xz ruby-d2403667fd954c7f331d1453d1330fa5bb997bbe.zip | |
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
on Guy Decoux's patch in [ruby-talk:25478].
* string.c (rb_str_succ): there was buffer overrun.
* parse.y (str_extend): term can be any character.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
| -rw-r--r-- | gc.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ #include "re.h" #include <stdio.h> #include <setjmp.h> +#include <sys/types.h> + +#ifdef HAVE_SYS_TIME_H +#include <sys/time.h> +#endif #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> |
