[Python-checkins] CVS: python/dist/src/Mac/Python macgetcompiler.c,1.14,1.15
Jack Jansen
jackjansen@users.sourceforge.net
2001年7月27日 02:22:05 -0700
Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv22629/python/Mac/Python
Modified Files:
macgetcompiler.c
Log Message:
config.h renamed to pyconfig.h
Index: macgetcompiler.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macgetcompiler.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** macgetcompiler.c 2001年02月17日 22:00:43 1.14
--- macgetcompiler.c 2001年07月27日 09:22:03 1.15
***************
*** 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"