Parcourir la source

Reverted changes from revision 8349.

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8361 8c9fc860-2736-0410-a75d-ab315db34111
felixf il y a 7 ans
Parent
commit
035baa4737
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      source/GenericLinker.Mod

+ 1 - 1
source/GenericLinker.Mod

@@ -221,7 +221,7 @@ VAR
 	BEGIN
 	BEGIN
 		leftType := this.priority;
 		leftType := this.priority;
 		rightType := that.priority;
 		rightType := that.priority;
-		RETURN (leftType < rightType) OR (leftType = rightType) & (leftType = ExitCode)
+		RETURN (leftType < rightType)
 	END Precedes;
 	END Precedes;