diff options
Diffstat (limited to 'gcc/ada/a-clrefi.adb')
-rw-r--r-- | gcc/ada/a-clrefi.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/a-clrefi.adb b/gcc/ada/a-clrefi.adb index 210e861..938ea18 100644 --- a/gcc/ada/a-clrefi.adb +++ b/gcc/ada/a-clrefi.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2007-2009, 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- -- @@ -29,6 +29,8 @@ -- -- ------------------------------------------------------------------------------ +pragma Compiler_Unit; + with Ada.Unchecked_Deallocation; with System.OS_Lib; use System.OS_Lib; |