瀏覽代碼

Don't look further if scope is fixed.

woollybah 9 年之前
父節點
當前提交
ac35768c41
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      expr.bmx

+ 1 - 1
expr.bmx

@@ -2335,7 +2335,7 @@ Type TIdentExpr Extends TExpr
 		End If
 
 		' couldn't find it? try a global search
-		If Not fdecl Then
+		If Not fdecl And Not fixedScope Then
 			For Local mdecl:TModuleDecl = EachIn _appInstance.globalImports.Values()
 				Try
 					fdecl=mdecl.FindFuncDecl( IdentLower(), args,,,,True,SCOPE_ALL )