Nice/src/bossa/syntax constant.nice,1.14,1.15
Daniel Bonniot <[email protected]> Sat, 12 Mar 2005 01:15:55 +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-serv15544/src/bossa/syntax
Modified Files:
constant.nice
Log Message:
Removed debugging stack trace printing.
Removed unused '#' hexadecimal format support.
Index: constant.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/constant.nice,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** constant.nice 12 Mar 2005 00:46:26 -0000 1.14
--- constant.nice 12 Mar 2005 01:15:51 -0000 1.15
***************
*** 158,162 ****
}
catch(NumberFormatException e) {
- e.printStackTrace();
throw User.error(representation, rep + " is not a valid number");
}
--- 158,161 ----
***************
*** 202,210 ****
radix = 2;
}
- else if (rep.startsWith("#", index))
- {
- index++;
- radix = 16;
- }
else if (rep.startsWith("0", index) && rep.length() > 1 + index)
{
--- 201,204 ----
-------------------------------------------------------
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