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
This commit is contained in:
shyouhei 2018-11-06 05:07:54 +00:00
Родитель cbb6a3a6aa
Коммит a5400ebbd5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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