diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 20:49:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-31 20:49:41 +0000 |
commit | 6674e127c93b0ed04a44c78b98ec9c76c71b49c8 (patch) | |
tree | 1adf02cc47b5942127cd10f3f2457d1722b6c17c /iconv | |
parent | c1db8b0ddfc46134b903ff3803e9aea1cf9e55d9 (diff) | |
download | glibc-6674e127c93b0ed04a44c78b98ec9c76c71b49c8.tar glibc-6674e127c93b0ed04a44c78b98ec9c76c71b49c8.tar.gz glibc-6674e127c93b0ed04a44c78b98ec9c76c71b49c8.tar.bz2 glibc-6674e127c93b0ed04a44c78b98ec9c76c71b49c8.zip |
Update.
* iconv/loop.c: Undefined `unaligned' before recursive inclusion.
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconv/loop.c b/iconv/loop.c index bf0ab487f4..1e5403310e 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -265,6 +265,7 @@ FCTNAME (LOOPFCT) (const unsigned char **inptrp, const unsigned char *inend, #undef get32 #undef put16 #undef put32 +#undef unaligned /* Include the file a second time to define the function to define the function to handle unaligned access. */ |