浏览代码

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