[BACK]Return to math.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/math.h between version 1.28 and 1.29

version 1.28, 2011/04/28 18:05:39 version 1.29, 2011/05/25 21:46:49
Line 21 
Line 21 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 #include <sys/limits.h>  #include <sys/limits.h>
   
   __BEGIN_DECLS
 /*  /*
  * ANSI/POSIX   * ANSI/POSIX
  */   */
Line 145 
Line 146 
 #define HUGE            MAXFLOAT  #define HUGE            MAXFLOAT
 #endif /* __BSD_VISIBLE */  #endif /* __BSD_VISIBLE */
   
 __BEGIN_DECLS  
 /*  /*
  * ANSI/POSIX   * ANSI/POSIX
  */   */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29