aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/cmdlineopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index 3b678b1edd..0c31351571 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -28,6 +28,8 @@ typedef struct ruby_cmdline_options {
struct rb_rjit_options rjit;
#endif
+ const char *bugreport_path;
+
signed int sflag: 2;
unsigned int xflag: 1;
unsigned int warning: 1;