| delorie.com/archives/browse.cgi | search |
| From: | <ams AT ludd DOT luth DOT se> |
| Message-Id: | <200306211414.h5LEEOeP015705@speedy.ludd.luth.se> |
| Subject: | Re: fpclassify |
| In-Reply-To: | <200306211408.h5LE8iD2022450@speedy.ludd.luth.se> |
| "from ams AT ludd DOT luth DOT se at Jun 21, 2003 04:08:44 pm" | |
| To: | djgpp-workers AT delorie DOT com |
| Date: | Sat, 21 Jun 2003 16:14:24 +0200 (CEST) |
| X-Mailer: | ELM [version 2.4ME+ PL78 (25)] |
| MIME-Version: | 1.0 |
| X-MailScanner: | Found to be clean |
| Reply-To: | djgpp-workers AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp-workers AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
Hi again.
Here's <sys/math_def.h> that wasn't included. Sorry.
Right,
MartinS
#ifndef __dj_include_sys_math_def_h_
#define __dj_include_sys_math_def_h_
#ifdef __cplusplus
extern "C" {
#endif
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \
|| !defined(__STRICT_ANSI__)
#define FP_INFINITE 0
#define FP_NAN 1
#define FP_NORMAL 2
#define FP_SUBNORMAL 3
#define FP_ZERO 4
/* Extended with Unnormals (for long doubles). */
#define FP_UNNORMAL 1024
#endif /* (__STDC_VERSION__ >= 199901L) || !__STRICT_ANSI__ */
#ifdef __cplusplus
}
#endif
#endif /* !__dj_include_sys_math_def_h_ */
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |