From: Alan Knowles Date: Thu, 3 Dec 2015 08:24:13 +0000 (+0800) Subject: JSDOC/TokenStream.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b5eb477cb8d3498f23940d4d2765167e25c73221 JSDOC/TokenStream.vala --- 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);