mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
try to remove vm_core.h
This commit is contained in:
parent
7f2c98b11d
commit
3a408aff57
2 changed files with 4 additions and 2 deletions
|
@ -45,7 +45,10 @@ static inline void rb_builtin_function_check_arity15(VALUE (*f)(rb_execution_con
|
||||||
|
|
||||||
VALUE rb_vm_lvar_exposed(rb_execution_context_t *ec, int index);
|
VALUE rb_vm_lvar_exposed(rb_execution_context_t *ec, int index);
|
||||||
|
|
||||||
// inline
|
// __builtin_inline!
|
||||||
|
|
||||||
|
PUREFUNC(static inline VALUE rb_vm_lvar(rb_execution_context_t *ec, int index));
|
||||||
|
|
||||||
static inline VALUE
|
static inline VALUE
|
||||||
rb_vm_lvar(rb_execution_context_t *ec, int index)
|
rb_vm_lvar(rb_execution_context_t *ec, int index)
|
||||||
{
|
{
|
||||||
|
|
1
pack.c
1
pack.c
|
@ -15,7 +15,6 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include "vm_core.h"
|
|
||||||
#include "builtin.h"
|
#include "builtin.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue