Nice/regtest/basic syntax.nice,1.9,1.10

Daniel Bonniot <[email protected]>
Newsgroups gmane.comp.lang.nice.cvs
Message-ID <[email protected]>
Update of /cvsroot/nice/Nice/regtest/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7306/regtest/basic

Modified Files:
	syntax.nice 
Log Message:
while(false) is now illegal.


Index: syntax.nice
===================================================================
RCS file: /cvsroot/nice/Nice/regtest/basic/syntax.nice,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** syntax.nice	2 Dec 2003 20:34:43 -0000	1.9
--- syntax.nice	22 Feb 2005 12:28:58 -0000	1.10
***************
*** 6,14 ****
  {
    // While with empty body
!   while(false)
      {}
  
    // For with empty body
!   for (;false;)
      {}
  
--- 6,14 ----
  {
    // While with empty body
!   while(1 == 2)
      {}
  
    // For with empty body
!   for (;1 == 2;)
      {}
  
***************
*** 35,37 ****
  
  
! // We put this comment on the last line, without a trailing newline.
\ No newline at end of file
--- 35,39 ----
  
  
! // We put a comment on the last line, without a trailing newline.
! // Local Variables: ***
! // require-final-newline:nil ***
\ No newline at end of file



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.