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

ruby-changes:40764

From: naruse <ko1@a...>
Date: Wed, 2 Dec 2015 09:03:58 +0900 (JST)
Subject: [ruby-changes:40764] naruse:r52843 (trunk): undef for tha case missing.h defines it as macro

naruse	2015-12-02 09:03:51 +0900 (Wed, 02 Dec 2015)

  New Revision: 52843

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

  Log:
    undef for tha case missing.h defines it as macro

  Modified files:
    trunk/missing/explicit_bzero.c
Index: missing/explicit_bzero.c
===================================================================
--- missing/explicit_bzero.c	(revision 52842)
+++ missing/explicit_bzero.c	(revision 52843)
@@ -23,6 +23,7 @@ https://github.com/ruby/ruby/blob/trunk/missing/explicit_bzero.c#L23
 # define FUNC_UNOPTIMIZED(x) x
 #endif
 
+#undef explicit_bzero
 #ifndef HAVE_EXPLICIT_BZERO
  #ifdef HAVE_MEMSET_S
 void

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

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