X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenStream.vala;h=a7ac32ff46a6a0eaff523c12b1eb7352656c560d;hp=b7ba8ab84574595e6aee561d4dd653521ccfa63d;hb=b5eb477cb8d3498f23940d4d2765167e25c73221;hpb=dad53f90789b90b0767d049a5c449b305d64941b diff --git a/JSDOC/TokenStream.vala b/JSDOC/TokenStream.vala index b7ba8ab..a7ac32f 100644 --- a/JSDOC/TokenStream.vala +++ b/JSDOC/TokenStream.vala @@ -250,7 +250,7 @@ namespace JSDOC { //Seed.print("STOP:" + stop); Token token; - while (null != (token = this.look(1,false))) { + while (null != (token = this.lookAny(1))) { debug("BALANCE: %d %s " , this.cursor, token.asString()); if (token.is(start)) { // Seed.print("balance: START : " + depth + " " + token.data);