瀏覽代碼

Flag imported globals.

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

+ 1 - 0
iparser.bmx

@@ -745,6 +745,7 @@ Type TIParser
 				
 				Local decl:TDecl= ParseDecl( _toke,decl_attrs | DECL_CONST)
 				classDecl.InsertDecl decl
+				decl.declImported = True
 			End If
 			
 		Forever