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 | ||||
10 | #undef _Py_InsertThousandsGroupingLocale | ||||
11 |