Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include fexcept_t + fenv_t should be handled the same way fo...



details:   https://anonhg.NetBSD.org/src/rev/9ea3d5ee02d8
branches:  trunk
changeset: 822832:9ea3d5ee02d8
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 09 15:29:07 2017 +0000

description:
fexcept_t + fenv_t should be handled the same way for softfloat

diffstat:

 include/fenv.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 809abc3bde23 -r 9ea3d5ee02d8 include/fenv.h
--- a/include/fenv.h    Sun Apr 09 15:15:34 2017 +0000
+++ b/include/fenv.h    Sun Apr 09 15:29:07 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.25 2017/03/22 23:11:07 chs Exp $    */
+/*     $NetBSD: fenv.h,v 1.26 2017/04/09 15:29:07 christos Exp $       */
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -52,9 +52,9 @@
  * Common definitions for softfloat.
  */
 
-typedef int fexcept_t;
+#ifndef __HAVE_FENV_SOFTFLOAT_DEFS
 
-#ifndef __HAVE_FENV_SOFTFLOAT_DEFS
+typedef int fexcept_t;
 
 typedef struct {
        int     __flags;



Home | Main Index | Thread Index | Old Index