aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/5tosinte.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/5tosinte.ads b/gcc/ada/5tosinte.ads
index 0cd80d9..eaaf4e5 100644
--- a/gcc/ada/5tosinte.ads
+++ b/gcc/ada/5tosinte.ads
@@ -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;