Nice/src/bossa/syntax statement.nice,1.2,1.3
Daniel Bonniot <[email protected]>
| 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-serv19762/src/bossa/syntax
Modified Files:
statement.nice
Log Message:
Avoid to set an imprecise bytecode location when a more precise one is
available.
Index: statement.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/statement.nice,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** statement.nice 14 Jan 2005 16:41:27 -0000 1.2
--- statement.nice 22 Feb 2005 16:57:21 -0000 1.3
***************
*** 54,58 ****
}
! if (s.location() != null)
s.location().write(res[i]);
}
--- 54,58 ----
}
! if (s.location() != null && ! res[i].hasLocation())
s.location().write(res[i]);
}
-------------------------------------------------------
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