[Python-checkins] python/dist/src/Python compile.c,2.315,2.316

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Thu Aug 12 20:16:52 CEST 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2945/Python

Modified Files:
	compile.c 
Log Message:
code_new():  Wouldn't compile on Windows, because of gcc'ism.


Index: compile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/compile.c,v
retrieving revision 2.315
retrieving revision 2.316
diff -C2 -d -r2.315 -r2.316
*** compile.c	12 Aug 2004 17:56:20 -0000	2.315
--- compile.c	12 Aug 2004 18:16:43 -0000	2.316
***************
*** 146,150 ****
  	int stacksize;
  	int flags;
! 	PyObject *co = NULL;;
  	PyObject *code;
  	PyObject *consts;
--- 146,150 ----
  	int stacksize;
  	int flags;
! 	PyObject *co = NULL;
  	PyObject *code;
  	PyObject *consts;



More information about the Python-checkins mailing list