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

ruby-changes:53349

From: shyouhei <ko1@a...>
Date: Tue, 6 Nov 2018 14:07:58 +0900 (JST)
Subject: [ruby-changes:53349] shyouhei:r65565 (trunk): do not delete function declarations in case of non-sanitizing builds

shyouhei	2018-11-06 14:07:54 +0900 (Tue, 06 Nov 2018)

  New Revision: 65565

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

  Log:
    do not delete function declarations in case of non-sanitizing builds

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 65564)
+++ internal.h	(revision 65565)
@@ -69,7 +69,7 @@ extern "C" { https://github.com/ruby/ruby/blob/trunk/internal.h#L69
 #endif
 
 #ifndef NO_SANITIZE
-#define NO_SANITIZE(x, y)
+#define NO_SANITIZE(x, y) y
 #endif
 
 #ifdef HAVE_VALGRIND_MEMCHECK_H

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

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