From: Arnaud Charlet Date: Fri, 5 Dec 2003 10:52:03 +0000 (+0100) Subject: Fix typo in previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84f47d5f223ee48685a4c05fca7cdcdfbec895d7;p=gcc.git Fix typo in previous change. From-SVN: r74325 --- diff --git a/gcc/ada/5tosinte.ads b/gcc/ada/5tosinte.ads index 0cd80d901ed..eaaf4e584df 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;