diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-02-10 14:57:01 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-02-10 14:57:01 +0100 |
commit | 448f26107e8e11cb4ff0c24e53c9c96a2cc14042 (patch) | |
tree | 65d8819c164cc64fb71d4de5f7c9131d9a859059 /gcc/ada/a-numeri.ads | |
parent | f5da72ceabb971f5ee389e7679845af3f4abddbd (diff) | |
download | gcc-448f26107e8e11cb4ff0c24e53c9c96a2cc14042.zip gcc-448f26107e8e11cb4ff0c24e53c9c96a2cc14042.tar.gz gcc-448f26107e8e11cb4ff0c24e53c9c96a2cc14042.tar.bz2 |
usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions) Slight fix to...
* usage.adb: Add line for switch -gnat05 (allow Ada 2005 extensions)
Slight fix to documentation of -gnaty with no parameters
* xr_tabls.ads: Add ??? comment for missing overall comment
* xsinfo.adb: Make default file name be sinfo.h, since this is what
we now use by default.
* xsnames.adb: Adjust end of file test to look for five space followed
by '#' instead of six spaces. The format of xsnames.adb was modified
in the last update.
* a-numeri.ads: Add reference to AI-388 for greek letter pi
identifier.
* clean.adb: Minor reformatting.
* gnat1drv.adb, gnatfind.adb, gnatlink.adb, gnatmem.adb,
gnatname.adb: Minor reformatting
Add 2005 to copyright output when utility is run
* csets.adb: Eliminate obsolete comment
* debug.adb, g-socket.ads, i-cobol.adb: Minor reformatting throughout
Update comments.
* sem_eval.ads (Eval_Integer_Literal): Do not inline this, not useful.
From-SVN: r94825
Diffstat (limited to 'gcc/ada/a-numeri.ads')
-rw-r--r-- | gcc/ada/a-numeri.ads | 6 |
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; |