From 6234cc4e6acae7fa1281205486aca043479680ba Mon Sep 17 00:00:00 2001 From: bstarynk Date: Thu, 9 Jul 2009 19:27:53 +0000 Subject: 2009-07-09 Basile Starynkevitch 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 --- gcc/ada/s-stusta.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ada/s-stusta.ads') 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; -- cgit v1.2.1