Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6ba93f9d
Commit
6ba93f9d
authored
Apr 29, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MSDOS]: Re-enable some #undef's.
parent
ad9445b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
src/data.c
src/data.c
+1
-4
src/floatfns.c
src/floatfns.c
+1
-4
src/lread.c
src/lread.c
+1
-4
No files found.
src/data.c
View file @
6ba93f9d
...
...
@@ -30,15 +30,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "syssignal.h"
#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
#ifdef LISP_FLOAT_TYPE
...
...
src/floatfns.c
View file @
6ba93f9d
...
...
@@ -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,
...
...
src/lread.c
View file @
6ba93f9d
...
...
@@ -48,15 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdlib.h>
#endif
#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
#include <math.h>
#endif
/* LISP_FLOAT_TYPE */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment