Changeset 2138


Ignore:
Timestamp:
Jul 2, 2005, 2:15:20 AM (20 years ago)
Author:
bird
Message:

o Added prototypes for nan[lf] to math.h, gcc inlines these.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/math.h

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r2137 r2138  
    464464#if 1 /* bird: we've got some of these. */
    465465long double     modfl(long double, long double *); /* fundamentally !__pure2 */
    466 /*long double   nanl(const char *) __pure2;
    467 long double     nearbyintl(long double);*/
     466long double     nanl(const char *) __pure2;
     467/*long double   nearbyintl(long double);*/
    468468#endif
    469469long double     nextafterl(long double, long double);
     
    490490long double     truncl(long double);
    491491
     492/* bird: these were missing, gcc apparnetly inlines them. */
     493double          nan(const char *);
     494float           nanf(const char *);
     495
    492496#endif /* __ISO_C_VISIBLE >= 1999 */
    493497__END_DECLS
Note: See TracChangeset for help on using the changeset viewer.