From a5400ebbd5d8cff97ef20d3798d2dbb4b2302009 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 6 Nov 2018 05:07:54 +0000 Subject: do not delete function declarations in case of non-sanitizing builds git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal.h b/internal.h index 0de37005ae..0d30a1a487 100644 --- a/internal.h +++ b/internal.h @@ -69,7 +69,7 @@ extern "C" { #endif #ifndef NO_SANITIZE -#define NO_SANITIZE(x, y) +#define NO_SANITIZE(x, y) y #endif #ifdef HAVE_VALGRIND_MEMCHECK_H -- cgit v1.2.3