ruby-changes:51907
From: shyouhei <ko1@a...>
Date: Mon, 30 Jul 2018 17:21:06 +0900 (JST)
Subject: [ruby-changes:51907] shyouhei:r64121 (trunk): fix typo; sorry!
shyouhei 2018-07-30 17:21:01 +0900 (Mon, 30 Jul 2018) New Revision: 64121 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64121 Log: fix typo; sorry! Modified files: trunk/internal.h Index: internal.h =================================================================== --- internal.h (revision 64120) +++ internal.h (revision 64121) @@ -2178,7 +2178,7 @@ rb_obj_builtin_type(VALUE obj) https://github.com/ruby/ruby/blob/trunk/internal.h#L2178 # 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/