From 5b492c5b0308e9edc163b7a5773b69a3b266da8b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 17 Jul 1993 05:07:46 +0000 Subject: [PATCH] Eliminate #undef's for sony that aren't needed now and cause warnings. --- v7/src/microcode/ux.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.25.1