Switch 'cont' to 'again' everywhere. Close #2229.

This commit is contained in:
Graydon Hoare 2012-07-09 14:37:48 -07:00
parent 9afc8be04b
commit c26d02557e
28 changed files with 47 additions and 47 deletions

View file

@ -1184,7 +1184,7 @@ mod node {
let next_char = get_next_char_in_leaf(it);
alt(next_char) {
option::none {
cont;
again;
}
option::some(_) {
ret next_char;