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
|
@ -44,6 +44,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#ifdef __MWERKS__
|
||||
#include <SIOUX.h>
|
||||
#define USE_SIOUX
|
||||
extern int ccommand(char ***);
|
||||
#if __profile__ == 1
|
||||
#include <profiler.h>
|
||||
#endif
|
||||
|
@ -549,9 +550,7 @@ Py_GetProgramFullPath()
|
|||
This is rare, but it is needed by the secureware extension. */
|
||||
|
||||
void
|
||||
Py_GetArgcArgv(argc,argv)
|
||||
int *argc;
|
||||
char ***argv;
|
||||
Py_GetArgcArgv(int *argc,char ***argv)
|
||||
{
|
||||
*argc = orig_argc;
|
||||
*argv = orig_argv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue