OSDN Git Service

Fix typo in previous change.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2003 10:52:03 +0000 (10:52 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Dec 2003 10:52:03 +0000 (10:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74325 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/5tosinte.ads

index 0cd80d9..eaaf4e5 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;