diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-07 05:05:04 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-07 05:05:04 +0000 |
| commit | 031e40b61d2cdb4c8aac9456e08cec9bb8729fdc (patch) | |
| tree | 81d59bfb40b0efc64b3acfc9cbe4dd7d3628af85 /io.c | |
| parent | 348746f66f9df54f66f83478093a6189f5d140df (diff) | |
| download | ruby-031e40b61d2cdb4c8aac9456e08cec9bb8729fdc.tar.gz ruby-031e40b61d2cdb4c8aac9456e08cec9bb8729fdc.tar.xz ruby-031e40b61d2cdb4c8aac9456e08cec9bb8729fdc.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1450,8 +1450,9 @@ pipe_del_fptr(fptr) } } +#if defined (NT) || defined(DJGPP) || defined(__CYGWIN__) || defined(__human68k__) static void -pipe_atexit() +pipe_atexit _((void)) { struct pipe_list *list = pipe_list; struct pipe_list *tmp; @@ -1462,6 +1463,7 @@ pipe_atexit() list = tmp; } } +#endif static void pipe_finalize(fptr) |
