From 84f47d5f223ee48685a4c05fca7cdcdfbec895d7 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 5 Dec 2003 11:52:03 +0100 Subject: [PATCH] Fix typo in previous change. From-SVN: r74325 --- gcc/ada/5tosinte.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4