- ANSI-fication

(patch #100805 by Peter Schneider-Kamp)
This commit is contained in:
Fredrik Lundh 2000-07-09 20:35:15 +00:00
parent 3637799afe
commit faa209d6bd
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,7 @@
extern DL_EXPORT(int) Py_Main();
int
main(argc, argv)
int argc;
char **argv;
main(int argc, char **argv)
{
return Py_Main(argc, argv);
}