diff options
| author | Tomoyuki Sahara <[email protected]> | 2015-04-18 06:50:32 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2015-04-18 06:50:32 +0900 |
| commit | ae4fc776758c2be579040c2813a2be0c8729ac71 (patch) | |
| tree | 134f2dff2da72430ca5482b9d5ee3d58a58fd630 /mrblib | |
| parent | cfbc8a89953426ec9dd285c0146533d239f7395f (diff) | |
| parent | 6d6be18d4eadb6a644c4ea7319b336a5a6fdf52b (diff) | |
| download | mruby-ae4fc776758c2be579040c2813a2be0c8729ac71.tar.gz mruby-ae4fc776758c2be579040c2813a2be0c8729ac71.zip | |
Merge pull request #39 from jbreeden/master
Correct File::NULL for Windows
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/file_constants.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mrblib/file_constants.rb b/mrblib/file_constants.rb index c2552bf56..a68ee2598 100644 --- a/mrblib/file_constants.rb +++ b/mrblib/file_constants.rb @@ -1,7 +1,5 @@ class File module Constants - NULL = "/dev/null" - RDONLY = 0 WRONLY = 1 RDWR = 2 |
