Przeglądaj źródła

Flag imported globals.

woollybah 7 lat temu
rodzic
commit
f131e66691
1 zmienionych plików z 1 dodań i 0 usunięć
  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