summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2004-07-15 13:31:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2004-07-15 13:31:39 (GMT)
commit59f072ad7c7b56a1e803a74ba59d869b838c256f (patch)
tree0e9cd92ad9c423e8ab54d7bd23786fbc1b802dab /Include
parent75694501cae16b6a688bba2e6fb3fd1f0d3ba22f (diff)
downloadcpython-59f072ad7c7b56a1e803a74ba59d869b838c256f.zip
cpython-59f072ad7c7b56a1e803a74ba59d869b838c256f.tar.gz
cpython-59f072ad7c7b56a1e803a74ba59d869b838c256f.tar.bz2
Moved PyMac_GetScript() to _localemodule, which is the only place where
it is used, and made it private. Should fix #978662.
Diffstat (limited to 'Include')
-rw-r--r--Include/pymactoolbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/pymactoolbox.h b/Include/pymactoolbox.h
index a1e2a6f..403ddf5 100644
--- a/Include/pymactoolbox.h
+++ b/Include/pymactoolbox.h
@@ -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 */