summaryrefslogtreecommitdiff
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-29 23:16:43 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-29 23:16:43 +0000
commitd3a7e190261aa1a05c6b70a9fee8759889e53b11 (patch)
tree05ee27d8f05073261367b8bb146e2b9b7c30f985 /src/floatfns.c
parent84cae5587f6eab05a10c7bffb808d141353a95d3 (diff)
downloademacs-d3a7e190261aa1a05c6b70a9fee8759889e53b11.tar.gz
[MSDOS]: Re-enable some #undef's.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 10767e271fd..8a555aad645 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -53,15 +53,12 @@ Lisp_Object Qarith_error;
#ifdef LISP_FLOAT_TYPE
-#if 0 /* That is untrue--XINT is used below, and it uses INTBITS.
- What in the world is values.h, anyway? */
#ifdef MSDOS
-/* These are redefined in <values.h> and not used here */
+/* These are redefined (correctly, but differently) in values.h. */
#undef INTBITS
#undef LONGBITS
#undef SHORTBITS
#endif
-#endif
/* Work around a problem that happens because math.h on hpux 7
defines two static variables--which, in Emacs, are not really static,