[Python-checkins] python/dist/src/Python newcompile.c,1.1.2.9,1.1.2.10

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Mon, 30 Sep 2002 15:07:45 -0700


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

Modified Files:
      Tag: ast-branch
	newcompile.c 
Log Message:
Remove dfs() prints


Index: newcompile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Attic/newcompile.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** newcompile.c	30 Sep 2002 21:45:53 -0000	1.1.2.9
--- newcompile.c	30 Sep 2002 22:07:43 -0000	1.1.2.10
***************
*** 1138,1142 ****
  	struct instr *instr = NULL;
  
- 	fprintf(stderr, "dfs(%d)\n", block);
  	if (block >= c->c_nblocks)
  		return;
--- 1138,1141 ----