aboutsummaryrefslogtreecommitdiffstats
path: root/vm_opts.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-25 08:02:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-25 08:02:29 +0000
commitc05a316073dd46e7dcc7347a6d4502b050350507 (patch)
tree2c59db60dae0dbf87eab110fa9b7ed80e516a3d1 /vm_opts.h
parentc7421de3282b595872d9fadda77f24edae5c0f35 (diff)
downloadruby-c05a316073dd46e7dcc7347a6d4502b050350507.tar.gz
iseq.h: rename member
* iseq.h (rb_compile_option_struct): rename the member frozen_string_literal_debug as debug_frozen_string_literal. [Feature #11725] * ruby.c (proc_options): do not set $DEBUG and $VERBOSE only if no arguments is given. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_opts.h')
-rw-r--r--vm_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_opts.h b/vm_opts.h
index 8fd2749749..3fedf1d6e2 100644
--- a/vm_opts.h
+++ b/vm_opts.h
@@ -24,7 +24,7 @@
#define OPT_SPECIALISED_INSTRUCTION 1
#define OPT_INLINE_CONST_CACHE 1
#define OPT_FROZEN_STRING_LITERAL 0
-#define OPT_FROZEN_STRING_LITERAL_DEBUG 0
+#define OPT_DEBUG_FROZEN_STRING_LITERAL 0
/* Build Options.
* You can't change these options at runtime.