Convert 'again' to 'loop'. Remove 'again' keyword

This commit is contained in:
Brian Anderson
2012-09-07 15:32:04 -07:00
parent 073df63c72
commit 2810ea9a68
35 changed files with 56 additions and 56 deletions

View File

@@ -84,7 +84,7 @@ impl Reader {
assert (w > 0u);
if w == 1u {
vec::push(chars, b0 as char );
again;
loop;
}
// can't satisfy this char with the existing data
if end > vec::len(buf) {