Przeglądaj źródła

made compatible with the most recent interface of Strings.Mod

git-svn-id: https://svn-dept.inf.ethz.ch/svn/lecturers/a2/trunk@8886 8c9fc860-2736-0410-a75d-ab315db34111
infsvn.morozova 6 lat temu
rodzic
commit
c4b0382068
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      source/ActiveCellsRuntime.mod

+ 1 - 1
source/ActiveCellsRuntime.mod

@@ -401,7 +401,7 @@ type
 		moduleName, typeName, name: array 256 of char;
 		m: Modules.Module;
 		typeInfo: Modules.TypeDesc;
-		i, res: longint; 
+		i: size; res: longint; 
 		str: array 256 of char;
 		scope: Cell;
 		unloaded: longint;