X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..2acb89982f71719aec26ca16705bd2c0400a9550:/include/regex.h diff --git a/include/regex.h b/include/regex.h index d362ab4..a735132 100644 --- a/include/regex.h +++ b/include/regex.h @@ -91,26 +91,17 @@ #include <_types.h> #include +#include /*********/ /* types */ /*********/ #if __DARWIN_C_LEVEL >= __DARWIN_C_FULL -#ifndef __cplusplus -#ifndef _WCHAR_T -#define _WCHAR_T -typedef __darwin_wchar_t wchar_t; -#endif /* _WCHAR_T */ -#endif /* __cplusplus */ +#include #endif /* __DARWIN_C_LEVEL >= __DARWIN_C_FULL */ typedef __darwin_off_t regoff_t; -#ifndef _SIZE_T -#define _SIZE_T -typedef __darwin_size_t size_t; -#endif - typedef struct { int re_magic; size_t re_nsub; /* number of parenthesized subexpressions */