mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +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_MSL /* Use MSL libraries */
|
||||
#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>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue