mirror of https://github.com/python/cpython
Added USE_STACKCHECK define
This commit is contained in:
parent
5c971677a5
commit
98bfad75ac
|
@ -5,6 +5,7 @@
|
|||
#define USE_MACSPEECH
|
||||
#define USE_IMG
|
||||
#define USE_MACCTB
|
||||
#define USE_STACKCHECK
|
||||
#ifdef __powerc
|
||||
#define USE_MAC_DYNAMIC_LOADING
|
||||
#endif
|
||||
|
|
|
@ -5,3 +5,5 @@
|
|||
/* #define USE_MACTCP */
|
||||
/* #define USE_BGEN */
|
||||
/* #define USE_MACSPEECH */
|
||||
#define USE_STACKCHECK
|
||||
|
||||
|
|
|
@ -9,3 +9,4 @@
|
|||
#define USE_MAC_DYNAMIC_LOADING
|
||||
#endif
|
||||
#define USE_GUSI
|
||||
#define USE_STACKCHECK
|
||||
|
|
|
@ -12,3 +12,5 @@
|
|||
#endif
|
||||
#define USE_GUSI
|
||||
#define USE_WASTE
|
||||
#define USE_STACKCHECK
|
||||
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
#define USE_MAC_DYNAMIC_LOADING
|
||||
#define USE_MAC_APPLET_SUPPORT
|
||||
#define USE_GUSI
|
||||
#define USE_STACKCHECK
|
||||
|
||||
|
|
Loading…
Reference in New Issue