[Python-checkins] python/dist/src/Include pymactoolbox.h,1.10,1.11

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Thu Jul 15 15:31:41 CEST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1637/Include

Modified Files:
	pymactoolbox.h 
Log Message:
Moved PyMac_GetScript() to _localemodule, which is the only place where
it is used, and made it private. Should fix #978662.


Index: pymactoolbox.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pymactoolbox.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pymactoolbox.h	20 Nov 2003 13:28:19 -0000	1.10
--- pymactoolbox.h	15 Jul 2004 13:31:39 -0000	1.11
***************
*** 14,18 ****
  ** Helper routines for error codes and such.
  */
- char *PyMac_getscript(void);				/* Get the default encoding for our 8bit character set */
  char *PyMac_StrError(int);					/* strerror with mac errors */
  extern PyObject *PyMac_OSErrException;		/* Exception for OSErr */
--- 14,17 ----



More information about the Python-checkins mailing list