diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-01 23:57:04 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-01 23:57:04 +0000 |
| commit | 942677de5630b5d3121ac02372f2aaa1e82ca02b (patch) | |
| tree | afc7a1724250a16887613cd510519d5600cebad0 /yarvcore.h | |
| parent | 1ee162123da7944412b12a9aec1a1cde3fbe2938 (diff) | |
| download | ruby-942677de5630b5d3121ac02372f2aaa1e82ca02b.tar.gz ruby-942677de5630b5d3121ac02372f2aaa1e82ca02b.tar.xz ruby-942677de5630b5d3121ac02372f2aaa1e82ca02b.zip | |
* eval_intern.h, yarvcore.h: move declaration of sysstack_error
to yarvcore.h.
* iseq.c: fix symbol name (:toplevel -> :top).
* lib/vm/instruction.rb, template/vm.inc.tmpl: replacable
current file name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.h')
| -rw-r--r-- | yarvcore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yarvcore.h b/yarvcore.h index 34de53b8b..3fdb7417f 100644 --- a/yarvcore.h +++ b/yarvcore.h @@ -687,6 +687,8 @@ int vm_get_sourceline(rb_control_frame_t *); VALUE yarvcore_eval_parsed(NODE *node, VALUE file); VALUE yarvcore_eval(VALUE self, VALUE str, VALUE file, VALUE line); +RUBY_EXTERN VALUE sysstack_error; + /* for thread */ #if RUBY_VM_THREAD_MODEL == 2 |
