mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* iconv/loop.c: Undefined `unaligned' before recursive inclusion.
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
* iconv/skeleton.c: Define access macros with u suffix. Adjust
|
* iconv/skeleton.c: Define access macros with u suffix. Adjust
|
||||||
#if expression for use of unaligned function to the one used in
|
#if expression for use of unaligned function to the one used in
|
||||||
the definition of these functions.
|
the definition of these functions.
|
||||||
|
* iconv/loop.c: Undefined `unaligned' before recursive inclusion.
|
||||||
* iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
|
* iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
|
||||||
(internal_ucs4le_loop_unaligned): New function.
|
(internal_ucs4le_loop_unaligned): New function.
|
||||||
|
|
||||||
|
@ -265,6 +265,7 @@ FCTNAME (LOOPFCT) (const unsigned char **inptrp, const unsigned char *inend,
|
|||||||
#undef get32
|
#undef get32
|
||||||
#undef put16
|
#undef put16
|
||||||
#undef put32
|
#undef put32
|
||||||
|
#undef unaligned
|
||||||
|
|
||||||
/* Include the file a second time to define the function to define the
|
/* Include the file a second time to define the function to define the
|
||||||
function to handle unaligned access. */
|
function to handle unaligned access. */
|
||||||
|
Reference in New Issue
Block a user