mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user