Browse Source

Flag imported globals.

woollybah 7 years ago
parent
commit
f131e66691
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iparser.bmx

+ 1 - 0
iparser.bmx

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