Ticket #499: ieee-atan2.patch

File ieee-atan2.patch, 376 bytes (added by darbelo, 13 years ago)
  • config/gen/platform/openbsd/math.c

     
    2626 */ 
    2727 
    2828#include <math.h> 
     29#ifdef _IEEE_  
    2930 
    3031_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_; 
    3132 
     33#endif 
     34 
    3235#if DOUBLE_SIZE == 2 * INT_SIZE 
    3336/* 
    3437