aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/debug.h')
-rw-r--r--include/ruby/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/debug.h b/include/ruby/debug.h
index 9b153c1377..631be79d76 100644
--- a/include/ruby/debug.h
+++ b/include/ruby/debug.h
@@ -52,8 +52,8 @@ VALUE rb_tracepoint_disable(VALUE tpval);
VALUE rb_tracepoint_enabled_p(VALUE tpval);
VALUE rb_tracepoint_attr_event(VALUE tpval);
-VALUE rb_tracepoint_attr_line(VALUE tpval);
-VALUE rb_tracepoint_attr_file(VALUE tpval);
+VALUE rb_tracepoint_attr_lineno(VALUE tpval);
+VALUE rb_tracepoint_attr_path(VALUE tpval);
VALUE rb_tracepoint_attr_id(VALUE tpval);
VALUE rb_tracepoint_attr_klass(VALUE tpval);
VALUE rb_tracepoint_attr_binding(VALUE tpval);