mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
bdac001cf0
- Use precompiled headers - Rationalized naming scheme
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
#pragma once on
|
|
|
|
#pragma precompile_target "mwerks_nscarbon_pch"
|
|
|
|
#include "mwerks_nscarbon_config.h"
|
|
#include <Carbon.h>
|
|
#include "Python.h"
|