aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-stmaco.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2004-11-19 11:55:09 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2004-11-19 11:55:09 +0100
commitbebbff91ba61e63901378aaee1ba011dd0a1587b (patch)
tree705d0c03d0e8dd8480aa77c15e216d9ffa4f0325 /gcc/ada/a-stmaco.ads
parentee57599295edea9f7edd73768deab9cc526dc505 (diff)
downloadgcc-bebbff91ba61e63901378aaee1ba011dd0a1587b.zip
gcc-bebbff91ba61e63901378aaee1ba011dd0a1587b.tar.gz
gcc-bebbff91ba61e63901378aaee1ba011dd0a1587b.tar.bz2
a-stmaco.ads, [...]: Minor reformatting througout (including new function specs) Add ??? comments...
* a-stmaco.ads, exp_util.ads, exp_util.adb, i-cpp.ads, i-cpp.adb: Minor reformatting througout (including new function specs) Add ??? comments asking for clarification. From-SVN: r90901
Diffstat (limited to 'gcc/ada/a-stmaco.ads')
-rw-r--r--gcc/ada/a-stmaco.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-stmaco.ads b/gcc/ada/a-stmaco.ads
index 08e36a9..07c8ce1 100644
--- a/gcc/ada/a-stmaco.ads
+++ b/gcc/ada/a-stmaco.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2004 Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -70,7 +70,7 @@ private
others => False);
Graphic_Set : constant Character_Set :=
- (L.Space .. L.Tilde => True,
+ (L.Space .. L.Tilde => True,
L.No_Break_Space .. L.LC_Y_Diaeresis => True,
others => False);
@@ -107,7 +107,7 @@ private
others => False);
Decimal_Digit_Set : constant Character_Set :=
- ('0' .. '9' => True,
+ ('0' .. '9' => True,
others => False);
Hexadecimal_Digit_Set : constant Character_Set :=