change SC ifdef to MPW

This commit is contained in:
Guido van Rossum 1995-02-21 21:01:05 +00:00
parent 8656ad5b30
commit e6d9ccc33a
1 changed files with 1 additions and 1 deletions

View File

@ -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