]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
cfm 68k support
authorGuido van Rossum <guido@python.org>
Sat, 18 Feb 1995 15:02:02 +0000 (15:02 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 18 Feb 1995 15:02:02 +0000 (15:02 +0000)
Mac/Modules/macosmodule.c

index ceb8a9620da1046983b5163a7f41f2c608b19fb5..7dcc497f6d2bbe1f71f38ffa9982002bd146ec08 100644 (file)
@@ -31,6 +31,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 static PyObject *MacOS_Error; /* Exception MacOS.Error */
 
+#ifdef __SC__
+#define bufferIsSmall -607     /*error returns from Post and Accept */
+#endif
+
 
 /*----------------------------------------------------------------------*/
 /* Miscellaneous File System Operations */