From: Alan Knowles Date: Mon, 9 Nov 2015 10:05:38 +0000 (+0800) Subject: JSDOC/ScopeParser.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f934a2c625733ef58d92fb42ac318b8a90205eee JSDOC/ScopeParser.vala --- diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index ae7832f..a59024a 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -728,7 +728,7 @@ namespace JSDOC { var identifier = this.getIdentifier(symbol, scope, token); //println("??"); - if (identifier == false) { + if (identifier == null) { if (symbol.length <= 3 && Scope.builtin.indexOf(symbol) < 0) { // Here, we found an undeclared and un-namespaced symbol that is