(Default_Attribute_Count): Replace by Max_Attribute_Count.

From-SVN: r213288
This commit is contained in:
Arnaud Charlet 2014-07-30 16:47:53 +02:00
parent 18c568405a
commit 21de9325dd
1 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
-- -- -- --
-- S p e c -- -- S p e c --
-- -- -- --
-- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
@ -182,9 +182,8 @@ package System.Parameters is
-- Task Attributes -- -- Task Attributes --
--------------------- ---------------------
Default_Attribute_Count : constant := 4; Max_Attribute_Count : constant := 8;
-- Number of pre-allocated Address-sized task attributes stored in the -- Number of task attributes stored in the task control block
-- task control block.
-------------------- --------------------
-- Runtime Traces -- -- Runtime Traces --