mirror of
https://github.com/python/cpython.git
synced 2025-07-26 04:34:20 +00:00
USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS
This commit is contained in:
parent
efaada75e4
commit
5e302dbfdf
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
#define USE_GUSI /* Stdio implemented with GUSI */
|
#define USE_GUSI /* Stdio implemented with GUSI */
|
||||||
#define USE_MSL /* Use MSL libraries */
|
#define USE_MSL /* Use MSL libraries */
|
||||||
#ifdef USE_MSL
|
#ifdef USE_MSL
|
||||||
#define USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
|
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
|
||||||
#include <ansi_prefix.mac.h>
|
#include <ansi_prefix.mac.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue