From: François Pinard Date: Tue, 19 Feb 2008 01:01:51 +0000 (-0500) Subject: libiconv.texi regenerated. X-Git-Tag: v3.7-beta1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a799dfff37173c923a5dfd4b702cac2fd73593b5;p=recode libiconv.texi regenerated. In recodext.h, typo in comment, and spacing. --- 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