aboutsummaryrefslogtreecommitdiffstats
path: root/src/errorout.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-05-10 07:48:39 +0200
committerTristan Gingold <tgingold@free.fr>2019-05-10 18:14:47 +0200
commit4be73be561379cff6b0e5966e020d90387085034 (patch)
tree3f94ac029b17dfe7cd1593487d45333254d7e921 /src/errorout.adb
parentdb7d0b337e85c3b327efa799418ef92de3a369ce (diff)
downloadghdl-4be73be561379cff6b0e5966e020d90387085034.tar.gz
ghdl-4be73be561379cff6b0e5966e020d90387085034.tar.bz2
ghdl-4be73be561379cff6b0e5966e020d90387085034.zip
psl: add psl-types, psl-nodes_priv.
Diffstat (limited to 'src/errorout.adb')
-rw-r--r--src/errorout.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/errorout.adb b/src/errorout.adb
index d921a9040..ac42a3d51 100644
--- a/src/errorout.adb
+++ b/src/errorout.adb
@@ -127,8 +127,9 @@ package body Errorout is
return (Kind => Earg_String8, Val_Str8 => V);
end "+";
- function "+" (L : PSL_Node) return Location_Type
+ function "+" (L : PSL.Types.PSL_Node) return Location_Type
is
+ use PSL.Types;
use PSL.Nodes;
begin
if L = Null_Node then