diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-09 19:27:53 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-09 19:27:53 +0000 |
commit | 6234cc4e6acae7fa1281205486aca043479680ba (patch) | |
tree | 5a82c06ace3a508f8ce6564a35273771ba7e1f4a /gcc/ada/s-stusta.ads | |
parent | 6cefca87057fc5e159a5d47c43ad190fa1a8cb43 (diff) | |
download | gcc-6234cc4e6acae7fa1281205486aca043479680ba.tar.gz |
2009-07-09 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 149427
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@149430 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-stusta.ads')
-rw-r--r-- | gcc/ada/s-stusta.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-stusta.ads b/gcc/ada/s-stusta.ads index cc121d5fcf6..67952b103c6 100644 --- a/gcc/ada/s-stusta.ads +++ b/gcc/ada/s-stusta.ads @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------ -- -- --- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- +-- GNAT RUN-TIME LIBRARY (GNARL) COMPONENTS -- -- -- --- S Y S T E M . S T A C K _ U S A G E . T AS K I N G -- +-- S Y S T E M . S T A C K _ U S A G E . T A S K I N G -- -- -- -- S p e c -- -- -- @@ -60,7 +60,7 @@ package System.Stack_Usage.Tasking is "__gnat_tasks_stack_usage_report_current_task"); subtype Stack_Usage_Result is System.Stack_Usage.Task_Result; - -- This type is a descriptor for task stack usage result. + -- This type is a descriptor for task stack usage result type Stack_Usage_Result_Array is array (Positive range <>) of Stack_Usage_Result; |