diff options
Diffstat (limited to 'gcc/ada/par-ch3.adb')
-rw-r--r-- | gcc/ada/par-ch3.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/par-ch3.adb b/gcc/ada/par-ch3.adb index 5859bcea05b..3863c5a56f3 100644 --- a/gcc/ada/par-ch3.adb +++ b/gcc/ada/par-ch3.adb @@ -4441,13 +4441,13 @@ package body Ch3 is else Error_Msg_SC ("aspect specifications not allowed here"); + end if; - -- Assume that this is a misplaced aspect specification - -- within a declarative list. After discarding the - -- misplaced aspects we can continue the scan. + -- Assume that this is a misplaced aspect specification within + -- a declarative list. After discarding the misplaced aspects + -- we can continue the scan. - Done := False; - end if; + Done := False; declare Dummy_Node : constant Node_Id := |