[Nice-commit] Nice/regtest/basic syntax.nice,1.7,1.8
Brought to you by:
bonniot
From: <bo...@us...> - 2003-05-09 15:01:49
|
Update of /cvsroot/nice/Nice/regtest/basic In directory sc8-pr-cvs1:/tmp/cvs-serv31999/regtest/basic Modified Files: syntax.nice Log Message: Modified a for loop, since the existing one was infinite, followed by a statement, which should be illegal. Index: syntax.nice =================================================================== RCS file: /cvsroot/nice/Nice/regtest/basic/syntax.nice,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** syntax.nice 8 Mar 2003 13:32:14 -0000 1.7 --- syntax.nice 9 May 2003 15:01:46 -0000 1.8 *************** *** 10,14 **** // For with empty body ! for (;;) ; --- 10,14 ---- // For with empty body ! for (;false;) ; |