From 4be73be561379cff6b0e5966e020d90387085034 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 10 May 2019 07:48:39 +0200 Subject: psl: add psl-types, psl-nodes_priv. --- src/errorout.ads | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/errorout.ads') diff --git a/src/errorout.ads b/src/errorout.ads index 66c2469ca..5c32c315a 100644 --- a/src/errorout.ads +++ b/src/errorout.ads @@ -18,6 +18,7 @@ with Types; use Types; with Vhdl.Nodes; use Vhdl.Nodes; with Vhdl.Tokens; +with PSL.Types; package Errorout is Option_Error: exception; @@ -163,7 +164,7 @@ package Errorout is function "+" (V : String8_Len_Type) return Earg_Type; -- Convert location. - function "+" (L : PSL_Node) return Location_Type; + function "+" (L : PSL.Types.PSL_Node) return Location_Type; -- Pass that detected the error. type Report_Origin is -- cgit v1.2.3