aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-numeri.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-numeri.ads')
-rw-r--r--gcc/ada/a-numeri.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-numeri.ads b/gcc/ada/a-numeri.ads
index e0dfef2..dab5365 100644
--- a/gcc/ada/a-numeri.ads
+++ b/gcc/ada/a-numeri.ads
@@ -23,9 +23,9 @@ pragma Pure (Numerics);
3.14159_26535_89793_23846_26433_83279_50288_41971_69399_37511;
["03C0"] : constant := Pi;
- -- This is the greek letter Pi. Note that it is conforming to have this
- -- present even in Ada 95 mode, because there is no way for a normal mode
- -- Ada 95 program to reference this identifier in any case.
+ -- This is the greek letter Pi (for Ada 2005 AI-388). Note that it is
+ -- conforming to have this present even in Ada 95 mode, because there is
+ -- no way for a normal mode Ada 95 program to reference this identifier.
e : constant :=
2.71828_18284_59045_23536_02874_71352_66249_77572_47093_69996;