[Python-checkins] CVS: python/dist/src/Mac/Python macglue.c,1.101,1.102

Jack Jansen jackjansen@users.sourceforge.net
Sun, 19 Aug 2001 15:32:29 -0700


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv29863/Python/Mac/Python

Modified Files:
	macglue.c 
Log Message:
PATCHLEVEL is outdated, use PY_VERSION.

Index: macglue.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macglue.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** macglue.c	2001/08/08 13:17:31	1.101
--- macglue.c	2001/08/19 22:32:27	1.102
***************
*** 779,783 ****
  	TextFont(fontID);
  	TextSize(9);
! 	ParamText(Pstring(PATCHLEVEL), "\p", "\p", "\p");
  	ShowWindow(theWindow);
  	ModalDialog(NULL, &item);
--- 779,783 ----
  	TextFont(fontID);
  	TextSize(9);
! 	ParamText(Pstring(PY_VERSION), "\p", "\p", "\p");
  	ShowWindow(theWindow);
  	ModalDialog(NULL, &item);