mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
ANSIfication step 2: make sure all needed prototypes are available, and all needed
header files included.
This commit is contained in:
parent
5e80a75799
commit
9ae898b415
19 changed files with 83 additions and 41 deletions
|
@ -32,6 +32,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
/* Return a string representing the compiler name */
|
||||
|
||||
#include "config.h"
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#ifdef USE_GUSI1
|
||||
|
@ -75,8 +76,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#endif
|
||||
#endif
|
||||
|
||||
char *
|
||||
Py_GetCompiler()
|
||||
const char *
|
||||
Py_GetCompiler(void)
|
||||
{
|
||||
return COMPILER;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue