[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.15 and 1.16

version 1.15, 2010/09/15 16:11:30 version 1.16, 2010/09/16 20:39:50
Line 193  typedef union {
Line 193  typedef union {
   
 typedef union {  typedef union {
         long double complex z;          long double complex z;
         long double complex parts[2];          long double parts[2];
 } long_double_complex;  } long_double_complex;
   
 #define REAL_PART(z)    ((z).parts[0])  #define REAL_PART(z)    ((z).parts[0])

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>