Explorar el Código

the current number of builds in Release.Tool has exceeded the limit (16) -> increased the limit to 32

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6611 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova hace 9 años
padre
commit
15d0aec2e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/Release.Mod

+ 1 - 1
source/Release.Mod

@@ -114,7 +114,7 @@ CONST
 	(* File.release*)
 	All = {0..31};
 
-	MaxBuilds = 16;
+	MaxBuilds = 32;
 	MaxPrefixes = 32;
 	MaxNofImports = 64; (* Maximum number of entries in a module import section *)