mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
cfm 68k support
This commit is contained in:
parent
c3d1c8e9fc
commit
9fed183f22
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue