From: Jack Jansen Date: Wed, 8 Aug 2001 15:29:22 +0000 (+0000) Subject: Adapted for pymactoolbox.c and changed externals elsewhere. X-Git-Tag: v2.2a3~741 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4795fccd66596bd7a84a6d16b4aa84e8e99df859;p=thirdparty%2FPython%2Fcpython.git Adapted for pymactoolbox.c and changed externals elsewhere. --- diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp index 662009a445d2..26ebcae959ff 100644 --- a/Mac/Build/PythonCore.exp +++ b/Mac/Build/PythonCore.exp @@ -527,7 +527,6 @@ PyTuple_New type_getsets PyType_Type PyBaseObject_Type -PyType_InitDict _PyType_Lookup PyType_IsSubtype PyType_GenericNew diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index addc8ba4bb5b..cda8cff8e770 100644 Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ diff --git a/Mac/Build/PythonCoreCarbon.exp b/Mac/Build/PythonCoreCarbon.exp index 019070c68a97..308398403a06 100644 --- a/Mac/Build/PythonCoreCarbon.exp +++ b/Mac/Build/PythonCoreCarbon.exp @@ -527,7 +527,6 @@ PyTuple_New type_getsets PyType_Type PyBaseObject_Type -PyType_InitDict _PyType_Lookup PyType_IsSubtype PyType_GenericNew diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 4d7b1a643cd6..708b8e1879e9 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ