summaryrefslogtreecommitdiff
path: root/include/ruby/internal/attr/const.h
diff options
context:
space:
mode:
-rw-r--r--include/ruby/internal/attr/const.h2
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@
#endif
/** Enables #RBIMPL_ATTR_CONST if and only if. ! #RUBY_DEBUG. */
-#if !RUBY_DEBUG
# define RBIMPL_ATTR_CONST_UNLESS_DEBUG() RBIMPL_ATTR_CONST()
#else
# define RBIMPL_ATTR_CONST_UNLESS_DEBUG() /* void */