aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/debug.adb
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2009-04-20 09:42:48 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 11:42:48 +0200
commit5e39baa64cbb9805c30d16d391b3ad446a36ffe7 (patch)
tree51e0816eea433888837b017eb0316dd39c9b83b3 /gcc/ada/debug.adb
parent3568b271428985245f19c6bbea5e59f79f42544a (diff)
downloadgcc-5e39baa64cbb9805c30d16d391b3ad446a36ffe7.zip
gcc-5e39baa64cbb9805c30d16d391b3ad446a36ffe7.tar.gz
gcc-5e39baa64cbb9805c30d16d391b3ad446a36ffe7.tar.bz2
2009-04-20 Thomas Quinot <quinot@adacore.com>
* g-socket.adb, g-socket.ads, g-socthi-mingw.ads, g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.ads, g-socthi.ads (GNAT.Sockets.Thin.C_Inet_Addr): Remove. (GNAT.Sockets.Thin.Inet_Aton): New function, imported from C library except for VMS where it is reimplemented in Ada using DECC$INET_ADDR. (GNAT.Sockets.Inet_Addr): Use inet_aton(3) instead of inet_addr(3). * debug.adb: Fix typo * gnat_rm.texi: Minor doc fix. * sem_ch7.adb, freeze.adb: Minor reformatting From-SVN: r146387
Diffstat (limited to 'gcc/ada/debug.adb')
-rw-r--r--gcc/ada/debug.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/debug.adb b/gcc/ada/debug.adb
index 0ce0db6..a37d4f0 100644
--- a/gcc/ada/debug.adb
+++ b/gcc/ada/debug.adb
@@ -283,7 +283,7 @@ package body Debug is
-- list header is allocated, a line of output is generated. Certain
-- other basic tree operations also cause a line of output to be
-- generated. This option is useful in seeing where the parser is
- -- blowing up.;
+ -- blowing up.
-- do Print the source recreated from the generated tree. In the case
-- where the tree has been rewritten, this output includes only the