mirror of https://github.com/microsoft/clang.git
Remove dependency on string.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2752292ae
commit
ccda68060c
|
@ -2,7 +2,7 @@
|
||||||
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
|
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
|
||||||
// rdar://11203853
|
// rdar://11203853
|
||||||
|
|
||||||
#include <string.h>
|
typedef unsigned long size_t;
|
||||||
|
|
||||||
void *sel_registerName(const char *);
|
void *sel_registerName(const char *);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue