From 5e39baa64cbb9805c30d16d391b3ad446a36ffe7 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Mon, 20 Apr 2009 09:42:48 +0000 Subject: 2009-04-20 Thomas Quinot * 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 --- gcc/ada/debug.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/debug.adb') 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 -- cgit v1.1