Nicolas Cannasse 15 vuotta sitten
vanhempi
commit
0e2b3aaf4f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      genas3.ml

+ 1 - 1
genas3.ml

@@ -44,7 +44,7 @@ type context = {
 
 let protect name =
 	match name with
-	| "Error" -> "_" ^ name
+	| "Error" | "Namespace" -> "_" ^ name
 	| _ -> name
 
 let s_path ctx stat path p =