]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ada/s-proinf.ads
3psoccon.ads, [...]: Files added.
[thirdparty/gcc.git] / gcc / ada / s-proinf.ads
index 99f0e3c2cb934860852d224c967bc677c36fca61..6fdeef44a63eaab5cfff25b6ef82136886828c8a 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---               Copyright (C) 1996 Free Software Foundation, Inc.          --
+--            Copyright (C) 1996-2003 Free Software Foundation, Inc.        --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 --  This package contains the definitions and routines used as parameters
 --  to the run-time system at program startup.
 
 package System.Program_Info is
 
-   function Default_Task_Stack  return Integer;
-   --
+   function Default_Task_Stack return Integer;
    --  The default stack size for each created thread.  This default value
    --  can be overriden on a per-task basis by the language-defined
    --  Storage_Size pragma.
-   --
 
 end System.Program_Info;