This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

HEAD fails in stdio-common/printf-parsemb.c - MB_CUR_MAX undefined



Here is the error


printf-parsemb.c: In function `__find_specmb':
printf-parsemb.c:65: `MB_CUR_MAX' undeclared (first use in this function)
printf-parsemb.c:65: (Each undeclared identifier is reported only once
printf-parsemb.c:65: for each function it appears in.)
printf-parsemb.c: In function `__parse_one_specmb':
printf-parsemb.c:120: warning: implicit declaration of function `MAX'
In file included from printf-parsewc.c:2:
printf-parsemb.c: In function `__parse_one_specwc':
printf-parsemb.c:120: warning: implicit declaration of function `MAX'

I see this file was changed by Ulrich recently; Is this work in progress?

Andrew Walrond


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]