1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

internal.h: moved ruby_null_device declaration

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-02-08 08:09:49 +00:00
parent c4d09fb299
commit ec0a0da84a
2 changed files with 1 additions and 2 deletions

View file

@ -1242,6 +1242,7 @@ void rb_call_end_proc(VALUE data);
void rb_mark_end_proc(void);
/* file.c */
extern const char ruby_null_device[];
VALUE rb_home_dir_of(VALUE user, VALUE result);
VALUE rb_default_home_dir(VALUE result);
VALUE rb_realpath_internal(VALUE basedir, VALUE path, int strict);

2
mjit.c
View file

@ -206,8 +206,6 @@ static char *tmp_dir;
static VALUE valid_class_serials;
/* Ruby level interface module. */
VALUE rb_mMJIT;
/* Portable /dev/null, defined in file.c */
extern const char ruby_null_device[];
#ifdef _WIN32
/* Linker option to enable libruby in the build directory. */