Nice/src/bossa/syntax constant.nice,1.16,1.17
Arjan Boeijink <[email protected]> Sat, 12 Mar 2005 16:26:16 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31896/F:/nice/src/bossa/syntax
Modified Files:
constant.nice
Log Message:
Removed octal integer literals.
Index: constant.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/constant.nice,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** constant.nice 12 Mar 2005 02:27:07 -0000 1.16
--- constant.nice 12 Mar 2005 16:26:14 -0000 1.17
***************
*** 205,213 ****
radix = 2;
}
- else if (rep.startsWith("0", index) && rep.length() > 1 + index)
- {
- index++;
- radix = 8;
- }
if (rep.startsWith("-", index))
--- 205,208 ----
-------------------------------------------------------
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