[Python-checkins] CVS: python/dist/src/Mac/scripts mkestrres.py,1.7,1.8

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 Jan 2002 15:25:14 -0800


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

Modified Files:
	mkestrres.py 
Log Message:
Newer names for various error include files.

Index: mkestrres.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/mkestrres.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mkestrres.py	2001/08/25 12:07:06	1.7
--- mkestrres.py	2002/01/22 23:25:12	1.8
***************
*** 112,116 ****
  	fp.close()
  	
! 	fss, ok = macfs.PromptGetFile("Select 2nd errno.h (MSL) or cancel")
  	if not ok: return
  	fp = open(fss.as_pathname())
--- 112,116 ----
  	fp.close()
  	
! 	fss, ok = macfs.PromptGetFile("Select cerrno (MSL) or cancel")
  	if not ok: return
  	fp = open(fss.as_pathname())
***************
*** 118,122 ****
  	fp.close()
  	
! 	fss, ok = macfs.PromptGetFile("Where is Errors.h?")
  	if not ok: return
  	fp = open(fss.as_pathname())
--- 118,122 ----
  	fp.close()
  	
! 	fss, ok = macfs.PromptGetFile("Where is MacErrors.h?")
  	if not ok: return
  	fp = open(fss.as_pathname())