home *** CD-ROM | disk | FTP | other *** search
- *** orig/flex-238/flexdef.h Sun May 30 12:23:44 1993
- --- src/flex-238/flexdef.h Sun May 30 12:24:04 1993
- ***************
- *** 118,124 ****
- #define max(x,y) ((x) > (y) ? (x) : (y))
- #endif
-
- ! #ifdef MS_DOS
- #ifndef abs
- #define abs(x) ((x) < 0 ? -(x) : (x))
- #endif
- --- 118,124 ----
- #define max(x,y) ((x) > (y) ? (x) : (y))
- #endif
-
- ! #if defined(MS_DOS) || defined(__MSDOS__)
- #ifndef abs
- #define abs(x) ((x) < 0 ? -(x) : (x))
- #endif
-