[BACK]Return to math_private.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/math_private.h between version 1.2 and 1.3

version 1.2, 1994/08/18 23:06:19 version 1.3, 1995/03/25 01:48:53
Line 126  do {        \
Line 126  do {        \
 typedef union  typedef union
 {  {
   float value;    float value;
   /* FIXME: Assumes 32 bit int.  */    u_int32_t word;
   unsigned int word;  
 } ieee_float_shape_type;  } ieee_float_shape_type;
   
 /* Get a 32 bit int from a float.  */  /* Get a 32 bit int from a float.  */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>