Moved PyMac_GetScript() to _localemodule, which is the only place where

it is used, and made it private. Should fix #978662.
This commit is contained in:
Jack Jansen 2004-07-15 13:31:39 +00:00
parent 75694501ca
commit 59f072ad7c
3 changed files with 26 additions and 27 deletions

View file

@ -13,7 +13,6 @@
/*
** 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 */
PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */