aboutsummaryrefslogtreecommitdiffstats
path: root/src/errorout.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/errorout.ads')
-rw-r--r--src/errorout.ads3
1 files changed, 2 insertions, 1 deletions
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