From 76208fec874fdacd917a0026486fc80094cb81fb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Apr 2009 18:55:15 +0000 Subject: [PATCH] Fix typo in the last change. --- gdb/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/charset.c b/gdb/charset.c index 4631af86d2..7dd0f40fb0 100644 --- 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 -- 2.34.1