mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed THINK_C support.
This commit is contained in:
parent
031ac7112f
commit
021da55579
10 changed files with 2 additions and 812 deletions
|
|
@ -31,16 +31,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#define USE_STACKCHECK
|
||||
|
||||
/* Define if on Macintosh (THINK_C, MPW or __MWERKS__ should also be defined) */
|
||||
/* Define if on Macintosh (MPW or __MWERKS__ should also be defined) */
|
||||
#ifndef macintosh
|
||||
#define macintosh
|
||||
#endif
|
||||
|
||||
/* Define if you have the fopenRF function. */
|
||||
#ifdef THINK_C
|
||||
#define HAVE_FOPENRF
|
||||
#endif
|
||||
|
||||
/* Define to case-check imported modules (why is this here?) */
|
||||
#define CHECK_IMPORT_CASE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue