mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mjit.c: fixed missing variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4917aef04e
commit
94d89c27d7
1 changed files with 3 additions and 0 deletions
3
mjit.c
3
mjit.c
|
@ -1077,6 +1077,9 @@ init_header_filename(void)
|
||||||
VALUE basedir_val;
|
VALUE basedir_val;
|
||||||
char *basedir;
|
char *basedir;
|
||||||
size_t baselen;
|
size_t baselen;
|
||||||
|
#ifdef _WIN32
|
||||||
|
char *p;
|
||||||
|
#endif
|
||||||
|
|
||||||
basedir_val = rb_const_get(rb_cObject, rb_intern_const("TMP_RUBY_PREFIX"));
|
basedir_val = rb_const_get(rb_cObject, rb_intern_const("TMP_RUBY_PREFIX"));
|
||||||
basedir = StringValuePtr(basedir_val);
|
basedir = StringValuePtr(basedir_val);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue