diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 13:31:39 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 13:31:39 (GMT) |
commit | 59f072ad7c7b56a1e803a74ba59d869b838c256f (patch) | |
tree | 0e9cd92ad9c423e8ab54d7bd23786fbc1b802dab /Include/pymactoolbox.h | |
parent | 75694501cae16b6a688bba2e6fb3fd1f0d3ba22f (diff) | |
download | cpython-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/pymactoolbox.h')
-rw-r--r-- | Include/pymactoolbox.h | 1 |
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 */ |