JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index afd488d..b3e68f6 100644 (file)
@@ -54,7 +54,7 @@ Scope.prototype = {
     protectedVars : {}, // only used by to parent..
     declareIdentifier : function(symbol, token) {
         
-        print("ADD IDENT(" + this.id + "):" + symbol+"");
+        print("SCOPE : " + this.gid + "ADD IDENT(" + this.id + "):" + symbol+"");
         
         if (typeof(this.identifiers[symbol])== 'undefined') {