summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-30 08:21:01 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-30 08:21:01 +0000
commitdc4e6a8ab24503a5aca163868037d8606104be19 (patch)
tree8fc6573bc07b953e53c4dfd7df48ee703d230559 /internal.h
parentebfc44852988873c4e3b8cf70f706574e9d186f2 (diff)
fix typo; sorry!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 628f0d4e20..7677751b1e 100644
--- a/internal.h
+++ b/internal.h
@@ -2178,7 +2178,7 @@ rb_obj_builtin_type(VALUE obj)
# define COMPILER_WARNING_PUSH /* nop */
# define COMPILER_WARNING_POP /* nop */
# define COMPILER_WARNING_ERROR(cond, flag) /* nop */
-# define COMPILER_WARNING_ignored(cond, flag) /* nop */
+# define COMPILER_WARNING_IGNORED(cond, flag) /* nop */
#endif
#define COMPILER_WARNING_PRAGMA(str) COMPILER_WARNING_PRAGMA_(str)