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

Diff for /src/include/math.h between version 1.15 and 1.16

version 1.15, 2008/06/11 21:16:43 version 1.16, 2008/07/16 15:01:19
Line 304 
Line 304 
   
 #endif /* __BSD_VISIBLE || __XPG_VISIBLE >= 500 */  #endif /* __BSD_VISIBLE || __XPG_VISIBLE >= 500 */
 #endif /* __BSD_VISIBLE || __XPG_VISIBLE */  #endif /* __BSD_VISIBLE || __XPG_VISIBLE */
   
   #if __BSD_VISIBLE && defined(__vax__)
   extern double infnan(int);
   #endif /* __BSD_VISIBLE && defined(__vax__) */
 __END_DECLS  __END_DECLS
   
 #endif /* _MATH_H_ */  #endif /* _MATH_H_ */

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