diff options
Diffstat (limited to 'contrib/tools/python3/Objects/stringlib/undef.h')
-rw-r--r-- | contrib/tools/python3/Objects/stringlib/undef.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/tools/python3/Objects/stringlib/undef.h b/contrib/tools/python3/Objects/stringlib/undef.h new file mode 100644 index 0000000000..cc873a2ec4 --- /dev/null +++ b/contrib/tools/python3/Objects/stringlib/undef.h @@ -0,0 +1,11 @@ +#undef FASTSEARCH +#undef STRINGLIB +#undef STRINGLIB_SIZEOF_CHAR +#undef STRINGLIB_MAX_CHAR +#undef STRINGLIB_CHAR +#undef STRINGLIB_STR +#undef STRINGLIB_LEN +#undef STRINGLIB_NEW +#undef STRINGLIB_IS_UNICODE +#undef STRINGLIB_MUTABLE +#undef STRINGLIB_FAST_MEMCHR |