projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bdc11
)
Fix typo in previous change.
author
Arnaud Charlet
<charlet@gcc.gnu.org>
Fri, 5 Dec 2003 10:52:03 +0000
(11:52 +0100)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Fri, 5 Dec 2003 10:52:03 +0000
(11:52 +0100)
From-SVN: r74325
gcc/ada/5tosinte.ads
patch
|
blob
|
history
diff --git
a/gcc/ada/5tosinte.ads
b/gcc/ada/5tosinte.ads
index 0cd80d901ed38c34d3aa3b65002c2dc69d7ceeac..eaaf4e584dfb7758a1a533edd5627e13a5582aed 100644
(file)
--- 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;