[Python-checkins] CVS: python/dist/src/Mac/Python macgetcompiler.c,1.14,1.14.2.1

Tim Peters tim_one@users.sourceforge.net
Fri, 27 Jul 2001 22:03:01 -0700


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

Modified Files:
      Tag: descr-branch
	macgetcompiler.c 
Log Message:
Merge of trunk tags date2001-07-21 to date2001-07-28.


Index: macgetcompiler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macgetcompiler.c,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -d -r1.14 -r1.14.2.1
*** macgetcompiler.c	2001/02/17 22:00:43	1.14
--- macgetcompiler.c	2001/07/28 05:02:59	1.14.2.1
***************
*** 32,36 ****
  /* Return a string representing the compiler name */
  
! #include "config.h"
  #include "Python.h"
  
--- 32,36 ----
  /* Return a string representing the compiler name */
  
! #include "pyconfig.h"
  #include "Python.h"