JSDOC/ScopeParser.vala
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.vala
index 1b7a097..c81bc1e 100644 (file)
@@ -768,8 +768,8 @@ namespace JSDOC {
                        }
                   
                         
-                       symbol = token.data;
-                       if (this.mode == 'BUILDING_SYMBOL_TREE') {
+                       var symbol = token.data;
+                       if (this.mode == ScopeParserMode.BUILDING_SYMBOL_TREE) {
                            
                            if (token.name == "EVAL") {
                                //print(JSON.stringify(token,null,4));
@@ -810,7 +810,7 @@ namespace JSDOC {
            }
            //print("<< EXIT EXPRESSION");
            this.expN--;
-       },
+       }
 
 
        parseCatch : function(scope) {