From: Peter Schneider-Kamp Date: Mon, 10 Jul 2000 09:26:41 +0000 (+0000) Subject: ANSI-fication (and test if committing files works now) X-Git-Tag: v2.0b1~939 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faaad372ecade6556a91d558bb6a19333a55f960;p=thirdparty%2FPython%2Fcpython.git ANSI-fication (and test if committing files works now) --- diff --git a/Modules/tkappinit.c b/Modules/tkappinit.c index c57f0e7c2816..52874469dffe 100644 --- a/Modules/tkappinit.c +++ b/Modules/tkappinit.c @@ -16,8 +16,7 @@ #include int -Tcl_AppInit(interp) - Tcl_Interp *interp; +Tcl_AppInit(Tcl_Interp *interp) { Tk_Window main;