[Nice-commit] Nice/src/gnu/expr LambdaExp.java,1.24,1.25
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-04-14 15:12:16
|
Update of /cvsroot/nice/Nice/src/gnu/expr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22818/src/gnu/expr Modified Files: LambdaExp.java Log Message: Typo. Index: LambdaExp.java =================================================================== RCS file: /cvsroot/nice/Nice/src/gnu/expr/LambdaExp.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** LambdaExp.java 15 Feb 2004 16:56:53 -0000 1.24 --- LambdaExp.java 14 Apr 2004 15:12:07 -0000 1.25 *************** *** 1129,1133 **** Label previous = null; ! /* Dumping initializers can make new initielizers to be added, so we loop until none is added. The order of execution is reversed, the last ones being required --- 1129,1133 ---- Label previous = null; ! /* Dumping initializers can add new initializers, so we loop until none is added. The order of execution is reversed, the last ones being required |