[Nice-commit] Nice/regtest/basic syntax.nice,1.6,1.7
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-03-08 13:32:17
|
Update of /cvsroot/nice/Nice/regtest/basic
In directory sc8-pr-cvs1:/tmp/cvs-serv24707/regtest/basic
Modified Files:
syntax.nice
Log Message:
Allow single line comments without a newline at the end of the file.
Index: syntax.nice
===================================================================
RCS file: /cvsroot/nice/Nice/regtest/basic/syntax.nice,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** syntax.nice 20 Feb 2003 11:16:14 -0000 1.6
--- syntax.nice 8 Mar 2003 13:32:14 -0000 1.7
***************
*** 31,32 ****
--- 31,37 ----
class Character { int dummy; }
int get(Character other) = other.dummy;
+
+
+
+
+ // We put this comment on the last line, without a trailing newline.
\ No newline at end of file
|