summaryrefslogtreecommitdiffstats
path: root/eval_error.ci
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-25 02:44:20 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-25 02:44:20 +0000
commitd54fdc98c26e945dc26bfef9d379682fd6488329 (patch)
treee45cc5127c0734b78ea979be8a572f9123dca8e1 /eval_error.ci
parent670d3d858866753eda380bf3b81dfcb4e8cad685 (diff)
downloadruby-d54fdc98c26e945dc26bfef9d379682fd6488329.tar.gz
ruby-d54fdc98c26e945dc26bfef9d379682fd6488329.tar.xz
ruby-d54fdc98c26e945dc26bfef9d379682fd6488329.zip
* gc.h: add RUBY_ prefix to debug macros.
* cont.c, proc.c, yarvcore.c, * gc.c: define ruby_gc_debug_indent variable to debug mark/free. * vm.c, insnhelper.ci: rename some functions to vm_* or rb_vm_*. move some functions, definitions, declarations to suitable files. * eval.c, yarvcore.h, eval_error.ci, insnhelper.ci: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_error.ci')
-rw-r--r--eval_error.ci3
1 files changed, 0 insertions, 3 deletions
diff --git a/eval_error.ci b/eval_error.ci
index 07302bf37..f81ef8ffb 100644
--- a/eval_error.ci
+++ b/eval_error.ci
@@ -204,9 +204,6 @@ print_undef(VALUE klass, ID id)
rb_class2name(klass));
}
-VALUE exception_error;
-VALUE sysstack_error;
-
static int
sysexit_status(VALUE err)
{