[Python-checkins] CVS: python/dist/src/Mac/Include macbuildno.h,1.18,1.19

Jack Jansen jackjansen@users.sourceforge.net
Thu, 23 Aug 2001 06:49:49 -0700


Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv27389/Python/Mac/Include

Modified Files:
	macbuildno.h 
Log Message:
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.

Index: macbuildno.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/macbuildno.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** macbuildno.h	2001/08/07 13:52:18	1.18
--- macbuildno.h	2001/08/23 13:49:47	1.19
***************
*** 1 ****
! #define BUILD 101
--- 1 ----
! #define BUILD 104