projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d07daca
)
typo in last delta.
author
Jeff Law
<law@gcc.gnu.org>
Fri, 5 Dec 1997 05:55:31 +0000
(22:55 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 5 Dec 1997 05:55:31 +0000
(22:55 -0700)
From-SVN: r16956
libiberty/strsignal.c
patch
|
blob
|
history
diff --git
a/libiberty/strsignal.c
b/libiberty/strsignal.c
index 45b052826dfdf7be13b2fa4e1c3376e2240e1e58..d517eed0df14088e61c7b7fe6dac7110d73b5a27 100644
(file)
--- a/
libiberty/strsignal.c
+++ b/
libiberty/strsignal.c
@@
-247,7
+247,7
@@
static const char **sys_siglist;
static int sys_nsig = NSIG;
#else
#ifdef _NSIG
-static int sys_nsig = NSIG;
+static int sys_nsig =
_
NSIG;
#endif
#endif
extern const char * const sys_siglist[];