[前][次][番号順一覧][スレッド一覧]

ruby-changes:51908

From: shyouhei <ko1@a...>
Date: Mon, 30 Jul 2018 17:22:54 +0900 (JST)
Subject: [ruby-changes:51908] shyouhei:r64122 (trunk): fix typo(#2), sorry!

shyouhei	2018-07-30 17:22:50 +0900 (Mon, 30 Jul 2018)

  New Revision: 64122

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64122

  Log:
    fix typo(#2), sorry!

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 64121)
+++ internal.h	(revision 64122)
@@ -2175,10 +2175,10 @@ rb_obj_builtin_type(VALUE obj) https://github.com/ruby/ruby/blob/trunk/internal.h#L2175
     COMPILER_WARNING_PRAGMA(COMPILER_WARNING_SPECIFIER(ignored, flag))
 
 #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_PUSH          /* nop */
+# define COMPILER_WARNING_POP           /* nop */
+# define COMPILER_WARNING_ERROR(flag)   /* nop */
+# define COMPILER_WARNING_IGNORED(flag) /* nop */
 #endif
 
 #define COMPILER_WARNING_PRAGMA(str) COMPILER_WARNING_PRAGMA_(str)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]