aboutsummaryrefslogtreecommitdiffstats
path: root/sem_types.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_types.ads')
-rw-r--r--sem_types.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/sem_types.ads b/sem_types.ads
index dc36640ad..16548b007 100644
--- a/sem_types.ads
+++ b/sem_types.ads
@@ -54,4 +54,6 @@ package Sem_Types is
-- This is used when an alias of DEF is required (eg: subtype a is b).
function Copy_Subtype_Indication (Def : Iir) return Iir;
+ function Sem_Subnature_Indication (Def: Iir) return Iir;
+ -- Also a nature is not a type, it is patterned like a type.
end Sem_Types;