diff options
Diffstat (limited to 'gcc/ada/a-ngcoty.adb')
-rw-r--r-- | gcc/ada/a-ngcoty.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/a-ngcoty.adb b/gcc/ada/a-ngcoty.adb index aa8c9955d0f..f0abc80ec37 100644 --- a/gcc/ada/a-ngcoty.adb +++ b/gcc/ada/a-ngcoty.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005, 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- -- @@ -32,6 +32,7 @@ ------------------------------------------------------------------------------ with Ada.Numerics.Aux; use Ada.Numerics.Aux; + package body Ada.Numerics.Generic_Complex_Types is subtype R is Real'Base; |