Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
«
Previous
|
Next
»
Revision 7f7834ab
Added by
ko1 (Koichi Sasada)
almost 17 years
ago
ID
7f7834abf738ab26236bea159fce7f37dea03f1f
Parent
0867b94c
Child
abf97237
include/ruby/node.h, vm_core.h: move definition of
RUBY_VM_METHOD_NODE to node.h.
class.c, common.mk: remove useless inclusion.
compile.h, iseq.h, vm_core.h: rename compile.h to iseq.h.
move some definitions from vm_core.h to iseq.h.
compile.c, iseq.c, vm.c: ditto.
eval.c, compile.c: move some functions for parser
from eval.c to compile.c.
eval_intern.h, vm_core.h: move va_init_list() macro to
vm_core.h.
iseq.c (rb_iseq_new_top, rb_iseq_first_lineno): added.
load.c, ruby.c: use rb_iseq_new_top() instead of
rb_iseq_new() with ISEQ_TYPE_TOP constant directly.
proc.c: use rb_iseq_first_lineno() instead of accessing
iseq structure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading...
RUBY_VM_METHOD_NODE to node.h.
move some definitions from vm_core.h to iseq.h.
from eval.c to compile.c.
vm_core.h.
rb_iseq_new() with ISEQ_TYPE_TOP constant directly.
iseq structure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e