aboutsummaryrefslogtreecommitdiffstats
path: root/internal/cmdlineopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmdlineopt.h')
-rw-r--r--internal/cmdlineopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index b2e38bbb47..3b678b1edd 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -23,7 +23,7 @@ typedef struct ruby_cmdline_options {
ruby_features_t features;
ruby_features_t warn;
unsigned int dump;
- int backtrace_length_limit;
+ long backtrace_length_limit;
#if USE_RJIT
struct rb_rjit_options rjit;
#endif