Changeset 2138
- Timestamp:
- Jul 2, 2005, 2:15:20 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/math.h
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r2137 r2138 464 464 #if 1 /* bird: we've got some of these. */ 465 465 long double modfl(long double, long double *); /* fundamentally !__pure2 */ 466 /*long double nanl(const char *) __pure2;467 long double nearbyintl(long double);*/466 long double nanl(const char *) __pure2; 467 /*long double nearbyintl(long double);*/ 468 468 #endif 469 469 long double nextafterl(long double, long double); … … 490 490 long double truncl(long double); 491 491 492 /* bird: these were missing, gcc apparnetly inlines them. */ 493 double nan(const char *); 494 float nanf(const char *); 495 492 496 #endif /* __ISO_C_VISIBLE >= 1999 */ 493 497 __END_DECLS -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.