summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-08 16:24:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-08 16:30:28 +0900
commit20971799f26c6466f63ab179ce2d3384155b9760 (patch)
treef73fc19a8615de76a8a28b940fea3e40657d4c81 /vm_trace.c
parent6e72b72881b42e28d2f97ee023587e3d071fb64b (diff)
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index 1cb5fd0036..9a604814c6 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -1511,7 +1511,7 @@ tracepoint_stat_s(rb_execution_context_t *ec, VALUE self)
return stat;
}
-#include "load_trace_point.inc"
+#include "trace_point.rbinc"
/* This function is called from inits.c */
void