mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo(#2), sorry!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc4e6a8ab2
commit
2dd0fb21bf
1 changed files with 4 additions and 4 deletions
|
@ -2177,8 +2177,8 @@ rb_obj_builtin_type(VALUE obj)
|
|||
#else /* other compilers to follow? */
|
||||
# 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_ERROR(flag) /* nop */
|
||||
# define COMPILER_WARNING_IGNORED(flag) /* nop */
|
||||
#endif
|
||||
|
||||
#define COMPILER_WARNING_PRAGMA(str) COMPILER_WARNING_PRAGMA_(str)
|
||||
|
|
Loading…
Reference in a new issue