Browse 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 7 years ago
parent
commit
035baa4737
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/GenericLinker.Mod

+ 1 - 1
source/GenericLinker.Mod

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