projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e726d78
)
Fix typo in the last change.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Apr 2009 18:55:15 +0000
(18:55 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Apr 2009 18:55:15 +0000
(18:55 +0000)
gdb/charset.c
patch
|
blob
|
history
diff --git
a/gdb/charset.c
b/gdb/charset.c
index 4631af86d24d3f7b8c2909645eb26801365f1fde..7dd0f40fb033628e62d661afb4366083832005a4 100644
(file)
--- a/
gdb/charset.c
+++ b/
gdb/charset.c
@@
-89,7
+89,7
@@
#undef ICONV_CONST
#define ICONV_CONST const
-/* Some systems
,
don't have EILSEQ, so we define it here, but not as
+/* Some systems don't have EILSEQ, so we define it here, but not as
EINVAL, because callers of `iconv' want to distinguish EINVAL and
EILSEQ. This is what iconv.h from libiconv does as well. Note
that wchar.h may also define EILSEQ, so this needs to be after we