summaryrefslogtreecommitdiffstats
path: root/ext/pty
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-05 11:30:35 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-05 11:30:35 +0000
commitdd7e98f44dd7d185111d3177b97feb554aa8abee (patch)
tree8dec2a7f2f2d974099c04d4cfc946806e4130989 /ext/pty
parent4afd46b9baaaa0317fb735b05b74700c11e55950 (diff)
downloadruby-dd7e98f44dd7d185111d3177b97feb554aa8abee.tar.gz
ruby-dd7e98f44dd7d185111d3177b97feb554aa8abee.tar.xz
ruby-dd7e98f44dd7d185111d3177b97feb554aa8abee.zip
* include/ruby/io.h (rb_io_modestr_fmode): renamed from
rb_io_mode_flags. (rb_io_modestr_oflags): renamed from rb_io_mode_modenum. (rb_io_oflags_fmode): renamed from rb_io_modenum_flags. (rb_io_mode_flags): defined as a macro. (rb_io_modenum_flags): ditto. * io.c: follow the renaming with consistency. * process.c (check_exec_redirect): call rb_io_modestr_oflags. * ext/pty/depend: pty.o depends on io.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty')
-rw-r--r--ext/pty/depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pty/depend b/ext/pty/depend
index 888be6c30..2249eb8fc 100644
--- a/ext/pty/depend
+++ b/ext/pty/depend
@@ -1 +1 @@
-pty.o: pty.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
+pty.o: pty.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/io.h