[Python-checkins] CVS: python/dist/src/Mac/Include macbuildno.h,1.16,1.17 pythonresources.h,1.25,1.26

Jack Jansen jackjansen@users.sourceforge.net
Fri, 03 Aug 2001 06:31:38 -0700


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

Modified Files:
	macbuildno.h pythonresources.h 
Log Message:
Merging appropriate 2.1.1 fixes back into the main trunk.


Index: macbuildno.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/macbuildno.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** macbuildno.h	2001/04/25 22:07:42	1.16
--- macbuildno.h	2001/08/03 13:31:35	1.17
***************
*** 1 ****
! #define BUILD 92
--- 1 ----
! #define BUILD 97

Index: pythonresources.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pythonresources.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** pythonresources.h	2001/02/11 01:07:16	1.25
--- pythonresources.h	2001/08/03 13:31:36	1.26
***************
*** 96,99 ****
--- 96,102 ----
  #define NOPREFNAME_ID	BASE_ID+9
  
+ /* Not a script */
+ #define NOTASCRIPT_ID BASE_ID+10
+ 
  /* EditPythonPrefs range. Needed here to forestall conflicts with applets */
  #define EDITPYTHONPREFS_MIN	508