diff options
Diffstat (limited to 'sem_scopes.ads')
-rw-r--r-- | sem_scopes.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sem_scopes.ads b/sem_scopes.ads index 161d99b6b..bf495b353 100644 --- a/sem_scopes.ads +++ b/sem_scopes.ads @@ -114,8 +114,9 @@ package Sem_Scopes is return Boolean; pragma Inline (Is_Potentially_Visible); - -- Return TRUE if INTER was made direclty visible in the current - -- declarative region. + -- Return TRUE if INTER was made direclty visible in the current + -- declarative region. Note this is different from being declared in the + -- current declarative region because of use clauses. function Is_In_Current_Declarative_Region (Inter: Name_Interpretation_Type) return Boolean; pragma Inline (Is_In_Current_Declarative_Region); |