Martin v. Löwis | d63a3b8 | 2011-09-28 07:41:54 +0200 | [diff] [blame] | 1 | #undef FASTSEARCH |
| 2 | #undef STRINGLIB |
Victor Stinner | 8cc70dc | 2011-10-11 23:22:22 +0200 | [diff] [blame] | 3 | #undef STRINGLIB_SIZEOF_CHAR |
Martin v. Löwis | d63a3b8 | 2011-09-28 07:41:54 +0200 | [diff] [blame] | 4 | #undef STRINGLIB_CHAR |
| 5 | #undef STRINGLIB_STR |
| 6 | #undef STRINGLIB_LEN |
| 7 | #undef STRINGLIB_NEW |
| 8 | #undef STRINGLIB_RESIZE |
| 9 | #undef _Py_InsertThousandsGrouping |
Victor Stinner | 41a863c | 2012-02-24 00:37:51 +0100 | [diff] [blame] | 10 | #undef STRINGLIB_IS_UNICODE |
Martin v. Löwis | d63a3b8 | 2011-09-28 07:41:54 +0200 | [diff] [blame] | 11 | |