[Python-checkins] CVS: python/dist/src/Modules tkappinit.c,1.7,1.8

Peter Schneider-Kamp python-dev@python.org
Mon, 10 Jul 2000 02:26:44 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2537

Modified Files:
	tkappinit.c 
Log Message:


ANSI-fication (and test if committing files works now)


Index: tkappinit.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/tkappinit.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tkappinit.c	1999/11/05 18:11:23	1.7
--- tkappinit.c	2000/07/10 09:26:41	1.8
***************
*** 17,22 ****
  
  int
! Tcl_AppInit(interp)
! 	Tcl_Interp *interp;
  {
  	Tk_Window main;
--- 17,21 ----
  
  int
! Tcl_AppInit(Tcl_Interp *interp)
  {
  	Tk_Window main;