projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
[kopensolaris-gnu/glibc.git]
/
locale
/
programs
/
ld-ctype.c
diff --git
a/locale/programs/ld-ctype.c
b/locale/programs/ld-ctype.c
index
a5bf63f
..
fd427f1
100644
(file)
--- a/
locale/programs/ld-ctype.c
+++ b/
locale/programs/ld-ctype.c
@@
-2876,6
+2876,8
@@
set_class_defaults (struct locale_ctype_t *ctype, struct charmap_t *charmap,
It may seem that the order of these if-blocks is arbitrary but it is NOT.
Don't move them unless you know what you do! */
+ auto void set_default (int bitpos, int from, int to);
+
void set_default (int bitpos, int from, int to)
{
char tmp[2];