mirror of https://github.com/python/cpython.git
change SC ifdef to MPW
This commit is contained in:
parent
8656ad5b30
commit
e6d9ccc33a
|
@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
static PyObject *MacOS_Error; /* Exception MacOS.Error */
|
||||
|
||||
#ifdef __SC__
|
||||
#ifdef MPW
|
||||
#define bufferIsSmall -607 /*error returns from Post and Accept */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue