projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9b899
)
Eliminate #undef's for sony that aren't needed now and cause warnings.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 Jul 1993 05:07:46 +0000
(
05:07
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 Jul 1993 05:07:46 +0000
(
05:07
+0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index cbbc1e97a2e7add9327621519fb2450d639cabd9..9e0941d8559d152194f592c662f1f63a2e40ae52 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.4
8 1993/06/28 02:26:53
cph Exp $
+$Id: ux.h,v 1.4
9 1993/07/17 05:07:46
cph Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
@@
-195,6
+195,8
@@
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
# define SYSTEM_VARIANT "386BSD"
#endif
+/* no longer needed */
+#if 0
#ifdef sonyrisc
/* <limits.h> will redefine these. */
#undef DBL_MAX
@@
-202,6
+204,7
@@
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
#undef FLT_MAX
#undef FLT_MIN
#endif
+#endif
#include <limits.h>
#include <unistd.h>