mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* io.c (fopen): macro for vms removed. fopen is not used now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35c7e26b56
commit
77ba9a5f56
2 changed files with 4 additions and 1 deletions
1
io.c
1
io.c
|
@ -167,7 +167,6 @@ static int max_file_descriptor = NOFILE;
|
|||
#endif
|
||||
|
||||
#if defined(__VMS)
|
||||
#define fopen(file_spec, mode) fopen(file_spec, mode, "rfm=stmlf")
|
||||
#define open(file_spec, flags, mode) open(file_spec, flags, mode, "rfm=stmlf")
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue