diff options
Diffstat (limited to 'Objects/stringlib/undef.h')
| -rw-r--r-- | Objects/stringlib/undef.h | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/Objects/stringlib/undef.h b/Objects/stringlib/undef.h new file mode 100644 index 0000000..03117ec --- /dev/null +++ b/Objects/stringlib/undef.h @@ -0,0 +1,12 @@ +#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_RESIZE +#undef  _Py_InsertThousandsGrouping +#undef STRINGLIB_IS_UNICODE + | 
