home *** CD-ROM | disk | FTP | other *** search
- /*
- * Errno defs to be included in *.ss floating point routines, from <errno.h>
- * -- hyc@hanauma.jpl.nasa.gov, 9-17-92
- */
-
- .globl _errno
-
- EDOM = 62
- ERANGE = 63
-
- #ifdef __MBASE__
- #define Errno __MBASE__@(_errno)
- #define Stderr __MBASE__@(__iob+52)
- #else
- #define Errno _errno
- #define Stderr __iob+52
- #endif
-
- #ifdef __MSHORT__
- #define Emove movew
- #else
- #define Emove movel
- #endif
-