JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 538957c..ada3fad 100644 (file)
@@ -738,8 +738,8 @@ ScopeParser.prototype = {
                                 // any conflict with other munged symbols.
                                 this.globalScope.declareIdentifier(symbol, token);
                                 this.warn("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')', true);
-                                print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')');
-                                throw "OOPS";
+                                //print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')');
+                                //throw "OOPS";
                             } else {
                                 print("undeclared:" + token.toString())
                             }