Skip to content

Commit

Permalink
Add comment to CSTR macro in k_standard.c.
Browse files Browse the repository at this point in the history
	* sysdeps/ieee754/k_standard.c (CSTR): Add comment.
  • Loading branch information
Joseph Myers committed Feb 27, 2015
1 parent 31331a0 commit f8ab5d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions sysdeps/ieee754/k_standard.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit f8ab5d3

Please sign in to comment.