diff options
Diffstat (limited to 'gcc/ada/sem_cat.adb')
-rw-r--r-- | gcc/ada/sem_cat.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/sem_cat.adb b/gcc/ada/sem_cat.adb index 15fa6ad..f8cf3ab 100644 --- a/gcc/ada/sem_cat.adb +++ b/gcc/ada/sem_cat.adb @@ -440,8 +440,9 @@ package body Sem_Cat is Nam : TSS_Name_Type; At_Any_Place : Boolean := False) return Boolean is - Rep_Item : Node_Id; - Real_Rep : Node_Id; + Rep_Item : Node_Id; + + Real_Rep : Node_Id; -- The stream operation may be specified by an attribute definition -- clause in the source, or by an aspect that generates such an -- attribute definition. For an aspect, the generated attribute |