mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01: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"
|