From a799dfff37173c923a5dfd4b702cac2fd73593b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Mon, 18 Feb 2008 20:01:51 -0500 Subject: [PATCH] libiconv.texi regenerated. In recodext.h, typo in comment, and spacing. --- doc/libiconv.texi | 6 ------ src/recodext.h | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/libiconv.texi b/doc/libiconv.texi index 4c4c2ae..63c1233 100644 --- a/doc/libiconv.texi +++ b/doc/libiconv.texi @@ -615,11 +615,5 @@ @tindex csISO2022KR @tindex ISO2022KR @code{csISO2022KR} and @code{ISO2022KR} are aliases for this charset. - -@item CHAR -@tindex CHAR - -@item WCHAR_T -@tindex WCHAR_T @end table @end itemize diff --git a/src/recodext.h b/src/recodext.h index 2567b6b..6995ca9 100644 --- a/src/recodext.h +++ b/src/recodext.h @@ -24,14 +24,14 @@ /* Internal typedefs, to supplement those in "recode.h". */ typedef struct recode_symbol * RECODE_SYMBOL; -typedef struct recode_option_list * RECODE_OPTION_LIST; +typedef struct recode_option_list * RECODE_OPTION_LIST; typedef struct recode_single * RECODE_SINGLE; typedef struct recode_step * RECODE_STEP; typedef struct recode_alias * RECODE_ALIAS; typedef struct recode_subtask * RECODE_SUBTASK; typedef const struct recode_option_list * RECODE_CONST_OPTION_LIST; -typedef const struct recode_outer * RECODE_CONST_OUTER; +typedef const struct recode_outer * RECODE_CONST_OUTER; typedef const struct recode_step * RECODE_CONST_STEP; typedef const struct recode_alias * RECODE_CONST_ALIAS; typedef const struct recode_task * RECODE_CONST_TASK; @@ -685,7 +685,7 @@ bool transform_byte_to_variable PARAMS ((RECODE_SUBTASK)); equivalent. It is not used for ill-formed characters, however. */ #define REPLACEMENT_CHARACTER 0xFFFD -/* Device for detetcing if bytes are swapped. This value should appear first +/* Device for detecting if bytes are swapped. This value should appear first in UCS-2 files. */ #define BYTE_ORDER_MARK 0xFEFF #define BYTE_ORDER_MARK_SWAPPED 0xFFFE -- 2.40.0