mirror of git://sourceware.org/git/glibc.git
Define result to *result before including digits_dots.c.
This commit is contained in:
parent
f6bb547a6a
commit
6044517f1d
|
@ -132,8 +132,10 @@ INTERNAL (REENTRANT_NAME) (ADD_PARAMS, LOOKUP_TYPE *resbuf, char *buffer,
|
|||
return errno;
|
||||
}
|
||||
# define resbuf (*resbuf)
|
||||
# define result *result
|
||||
# include "digits_dots.c"
|
||||
# undef resbuf
|
||||
# undef result
|
||||
#endif
|
||||
|
||||
#ifdef USE_NSCD
|
||||
|
|
Loading…
Reference in New Issue