aboutsummaryrefslogtreecommitdiffstats
path: root/src/errorout.adb
diff options
context:
space:
mode:
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