projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f160b7
)
(BODY to 8859-1): Add const to cast.
author
drepper
<drepper>
Mon, 27 Nov 2000 17:47:19 +0000
(17:47 +0000)
committer
drepper
<drepper>
Mon, 27 Nov 2000 17:47:19 +0000
(17:47 +0000)
iconvdata/iso8859-1.c
patch
|
blob
|
history
diff --git
a/iconvdata/iso8859-1.c
b/iconvdata/iso8859-1.c
index
bedc425
..
9e5007f
100644
(file)
--- a/
iconvdata/iso8859-1.c
+++ b/
iconvdata/iso8859-1.c
@@
-45,7
+45,7
@@
#define LOOPFCT TO_LOOP
#define BODY \
{ \
- uint32_t ch = *((
uint32_t *) inptr);
\
+ uint32_t ch = *((
const uint32_t *) inptr);
\
if (__builtin_expect (ch, 0) > 0xff) \
{ \
/* We have an illegal character. */ \