Browse Source

Patched a trap when warnings were switched on.

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6922 8c9fc860-2736-0410-a75d-ab315db34111
skoster 8 years ago
parent
commit
15a64046e0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      source/FoxSemanticChecker.Mod

+ 3 - 0
source/FoxSemanticChecker.Mod

@@ -8564,6 +8564,9 @@ TYPE
 			SELF.diagnostics := diagnostics
 		END InitWarnings;
 
+		PROCEDURE VisitPortType(x: SyntaxTree.PortType);
+		BEGIN	END VisitPortType;
+
 		(** types *)
 		PROCEDURE Type(x: SyntaxTree.Type);
 		BEGIN x.Accept(SELF)