[Python-checkins] python/dist/src/Mac/Modules macosmodule.c, 1.66, 1.67

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Wed Nov 19 10:25:18 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv18678/Mac/Modules

Modified Files:
	macosmodule.c 
Log Message:
Getting rid of support for the ancient Apple MPW compiler.


Index: macosmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/macosmodule.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** macosmodule.c	19 Mar 2003 22:51:42 -0000	1.66
--- macosmodule.c	19 Nov 2003 15:24:45 -0000	1.67
***************
*** 48,55 ****
  #endif
  
- #ifdef MPW
- #define bufferIsSmall -607	/*error returns from Post and Accept */
- #endif
- 
  /* ----------------------------------------------------- */
  
--- 48,51 ----
***************
*** 779,781 ****
  
  }
- 
--- 775,776 ----





More information about the Python-checkins mailing list