aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-13 15:02:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-25 22:57:28 +0900
commitbab01d284c86b39952baaddb15901fd4a15e4151 (patch)
tree74b3c34a5dce558c8d2ec1ec8002637d15673dab /internal
parentf714448be7613017779d196daa72238b0efffaba (diff)
downloadruby-bab01d284c86b39952baaddb15901fd4a15e4151.tar.gz
[Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORT
Diffstat (limited to 'internal')
-rw-r--r--internal/cmdlineopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index 0c31351571..e79b993345 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -28,7 +28,7 @@ typedef struct ruby_cmdline_options {
struct rb_rjit_options rjit;
#endif
- const char *bugreport_path;
+ const char *crash_report;
signed int sflag: 2;
unsigned int xflag: 1;