Source-Changes-HG archive

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

[src/trunk]: src/include Missing defined.



details:   https://anonhg.NetBSD.org/src/rev/c38e9141a5a9
branches:  trunk
changeset: 756803:c38e9141a5a9
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 02 17:49:04 2010 +0000

description:
Missing defined.

diffstat:

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

diffs (18 lines):

diff -r 1612f727b32f -r c38e9141a5a9 include/fenv.h
--- a/include/fenv.h    Mon Aug 02 10:29:58 2010 +0000
+++ b/include/fenv.h    Mon Aug 02 17:49:04 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.1 2010/07/31 21:47:53 joerg Exp $   */
+/*     $NetBSD: fenv.h,v 1.2 2010/08/02 17:49:04 joerg Exp $   */
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -49,7 +49,7 @@
 int    fesetenv(const fenv_t *);
 int    feupdateenv(const fenv_t *);
 
-#if defined(_NETBSD_SOURCE) || (_GNU_SOURCE)
+#if defined(_NETBSD_SOURCE) || defined(_GNU_SOURCE)
 
 int    feenableexcept(int mask);
 int    fedisableexcept(int mask);



Home | Main Index | Thread Index | Old Index