зеркало из https://github.com/github/ruby.git
internal.h: remove stale declaration
* internal.h (rb_w32_init_file): no longer defined since r43362. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
291aead0b7
Коммит
52231de913
|
@ -421,11 +421,6 @@ NORETURN(void rb_sys_fail_path_in(const char *func_name, VALUE path));
|
|||
# define rb_sys_fail_path(path) rb_sys_fail_str(path)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
/* file.c, win32/file.c */
|
||||
void rb_w32_init_file(void);
|
||||
#endif
|
||||
|
||||
/* gc.c */
|
||||
void Init_heap(void);
|
||||
void *ruby_mimmalloc(size_t size);
|
||||
|
|
Загрузка…
Ссылка в новой задаче