mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Add comment to CSTR macro in k_standard.c.
* sysdeps/ieee754/k_standard.c (CSTR): Add comment.
This commit is contained in:
parent
31331a07a5
commit
f8ab5d38fd
@ -1,3 +1,7 @@
|
||||
2015-02-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/ieee754/k_standard.c (CSTR): Add comment.
|
||||
|
||||
2015-02-26 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/ieee754/k_standard.c (CSTR): New macro.
|
||||
|
@ -105,6 +105,7 @@ __kernel_standard(double x, double y, int type)
|
||||
SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */
|
||||
#endif
|
||||
|
||||
/* The SVID struct exception uses a field "char *name;". */
|
||||
#define CSTR(func) ((char *) (type < 100 \
|
||||
? func \
|
||||
: (type < 200 ? func "f" : func "l")))
|
||||
|
Loading…
Reference in New Issue
Block a user