diff options
Diffstat (limited to 'gcc/ada/alloc.ads')
-rw-r--r-- | gcc/ada/alloc.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/alloc.ads b/gcc/ada/alloc.ads index 317d3ffa3e1..3707ecf5543 100644 --- a/gcc/ada/alloc.ads +++ b/gcc/ada/alloc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2008, 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- -- @@ -141,6 +141,9 @@ package Alloc is Unreferenced_Entities_Initial : constant := 1_000; -- Sem_Warn Unreferenced_Entities_Increment : constant := 100; + Warnings_Off_Pragmas_Initial : constant := 500; -- Sem_Warn + Warnings_Off_Pragmas_Increment : constant := 100; + With_List_Initial : constant := 10; -- Features With_List_Increment : constant := 300; |