forked from OSchip/llvm-project
[interception] Avoid duplicate declaration of isdigit in test
Differential Revision: https://reviews.llvm.org/D24504 llvm-svn: 281486
This commit is contained in:
parent
b25e87fca5
commit
6ba29e2130
|
@ -11,6 +11,10 @@
|
|||
// Tests for interception_linux.h.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Do not declare isdigit in ctype.h.
|
||||
#define __NO_CTYPE
|
||||
|
||||
#include "interception/interception.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
|
Loading…
Reference in New Issue