Browse Source

fixed bug.

Nicolas Cannasse 19 years ago
parent
commit
3a93a331d5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      genswf8.ml

+ 0 - 1
genswf8.ml

@@ -183,7 +183,6 @@ let is_protected_name path ext =
 	match path with
 	match path with
 	| ["flash"] , "Boot" | ["flash"] , "Lib" -> false
 	| ["flash"] , "Boot" | ["flash"] , "Lib" -> false
 	| "flash" :: _ , _ -> ext
 	| "flash" :: _ , _ -> ext
-	| "_global" :: _ , _ -> true
 	| [] , "Array" | [] , "Math" | [] , "Date" | [] , "String" -> true
 	| [] , "Array" | [] , "Math" | [] , "Date" | [] , "String" -> true
 	| _ -> false
 	| _ -> false