ANSIfication step 2: make sure all needed prototypes are available, and all needed

header files included.
This commit is contained in:
Jack Jansen 2000-07-11 21:16:03 +00:00
parent 5e80a75799
commit 9ae898b415
19 changed files with 83 additions and 41 deletions

View file

@ -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;