1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

Delete redundant #ifdef __i386__, be consistent about idempotency

protection.

Submitted by:	Bruce Evans
This commit is contained in:
Garrett Wollman 1994-08-05 14:36:04 +00:00
parent 541f256275
commit f5c789f5a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1862
2 changed files with 8 additions and 16 deletions

View File

@ -31,17 +31,15 @@
* SUCH DAMAGE.
*
* from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93
* $Id: ieeefp.h,v 1.2 1993/10/16 17:16:52 rgrimes Exp $
* $Id: ieeefp.h,v 1.1 1994/08/04 19:16:37 wollman Exp $
*/
/*
* IEEE floating point type and constant definitions.
*/
#ifndef _IEEEFP_H_
#define _IEEEFP_H_
#ifdef __i386__
#ifndef _MACHINE_IEEEFP_H_
#define _MACHINE_IEEEFP_H_
/*
* FP rounding modes
@ -99,6 +97,4 @@ typedef enum {
#define FP_RND_OFF 10 /* round control offset */
#define FP_STKY_OFF 0 /* sticky flags offset */
#endif /* __i386__ */
#endif /* !_IEEEFP_H_ */
#endif /* !_MACHINE_IEEEFP_H_ */

View File

@ -31,17 +31,15 @@
* SUCH DAMAGE.
*
* from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93
* $Id: ieeefp.h,v 1.2 1993/10/16 17:16:52 rgrimes Exp $
* $Id: ieeefp.h,v 1.1 1994/08/04 19:16:37 wollman Exp $
*/
/*
* IEEE floating point type and constant definitions.
*/
#ifndef _IEEEFP_H_
#define _IEEEFP_H_
#ifdef __i386__
#ifndef _MACHINE_IEEEFP_H_
#define _MACHINE_IEEEFP_H_
/*
* FP rounding modes
@ -99,6 +97,4 @@ typedef enum {
#define FP_RND_OFF 10 /* round control offset */
#define FP_STKY_OFF 0 /* sticky flags offset */
#endif /* __i386__ */
#endif /* !_IEEEFP_H_ */
#endif /* !_MACHINE_IEEEFP_H_ */