[Python-checkins] python/dist/src/Python newcompile.c,1.1.2.36,1.1.2.37

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 25 Mar 2003 13:40:23 -0800


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

Modified Files:
      Tag: ast-branch
	newcompile.c 
Log Message:
Pop it!


Index: newcompile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Attic/newcompile.c,v
retrieving revision 1.1.2.36
retrieving revision 1.1.2.37
diff -C2 -d -r1.1.2.36 -r1.1.2.37
*** newcompile.c	25 Mar 2003 21:01:24 -0000	1.1.2.36
--- newcompile.c	25 Mar 2003 21:40:06 -0000	1.1.2.37
***************
*** 1003,1007 ****
  		}
  		else {
! 			ADDOP(c, DUP_TOP);
  		}
  		break;
--- 1003,1007 ----
  		}
  		else {
! 			ADDOP(c, POP_TOP);
  		}
  		break;