]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo in previous change.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 5 Dec 2003 10:52:03 +0000 (11:52 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 5 Dec 2003 10:52:03 +0000 (11:52 +0100)
From-SVN: r74325

gcc/ada/5tosinte.ads

index 0cd80d901ed38c34d3aa3b65002c2dc69d7ceeac..eaaf4e584dfb7758a1a533edd5627e13a5582aed 100644 (file)
@@ -249,7 +249,7 @@ package System.OS_Interface is
    pragma Convention (C, struct_sigaction);
    type struct_sigaction_ptr is access all struct_sigaction;
 
-   SA_SIGINFO  : constant := 16#08;
+   SA_SIGINFO  : constant := 16#08#;
 
    SIG_BLOCK   : constant := 1;
    SIG_UNBLOCK : constant := 2;
This page took 0.067076 seconds and 5 git commands to generate.