Textual headers and builtins that are #import'd from different modules should get re-entered when these modules are independent from each other. Differential Revision: https://reviews.llvm.org/D26267 rdar://problem/25881934 llvm-svn: 291644
7 lines
86 B
C
7 lines
86 B
C
#ifndef __STDDEF_H__
|
|
#define __STDDEF_H__
|
|
|
|
#include "sys/_types/_ptrdiff_t.h"
|
|
|
|
#endif
|