From: Chris Hanson Date: Sat, 17 Jul 1993 05:07:46 +0000 (+0000) Subject: Eliminate #undef's for sony that aren't needed now and cause warnings. X-Git-Tag: 20090517-FFI~8194 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5b492c5b0308e9edc163b7a5773b69a3b266da8b;p=mit-scheme.git Eliminate #undef's for sony that aren't needed now and cause warnings. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index cbbc1e97a..9e0941d85 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.48 1993/06/28 02:26:53 cph Exp $ +$Id: ux.h,v 1.49 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 /* 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 #include