Ignore:
Timestamp:
Oct 2, 2003, 3:21:33 AM (22 years ago)
Author:
bird
Message:

abs() and labs() changes related to stdlib.h migration.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r790 r791  
    140140double atof (__const__ char *);
    141141
    142 #if !defined (_ABS)                                    /* see also stdlib.h */
    143 #define _ABS
     142#if !defined (_ABS_DECLARED) && !defined(_LABS_DECLARED)    /* see also stdlib.h */
     143#define _ABS_DECLARED
     144#define _LABS_DECLARED
    144145#if !defined (__GNUC__) || __GNUC__ >= 2
    145146extern int abs (int);
Note: See TracChangeset for help on using the changeset viewer.