mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Squashed compiler warnings by adding casts, making sure prototypes are in
scope and looking at types.
This commit is contained in:
parent
446f32367b
commit
0a116f3a29
4 changed files with 7 additions and 3 deletions
|
@ -13,6 +13,10 @@ extern PyObject* pyvms_gr_empty_string;
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#if defined(WITH_NEXT_FRAMEWORK)
|
||||
#include "pymactoolbox.h"
|
||||
#endif
|
||||
|
||||
#if (defined(PYOS_OS2) && !defined(PYCC_GCC)) || defined(MS_WINDOWS)
|
||||
#define PYTHONHOMEHELP "<prefix>\\lib"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue