Module Name:    src
Committed By:   joerg
Date:           Mon Aug  2 17:49:05 UTC 2010

Modified Files:
        src/include: fenv.h

Log Message:
Missing defined.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/include/fenv.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/fenv.h
diff -u src/include/fenv.h:1.1 src/include/fenv.h:1.2
--- src/include/fenv.h:1.1	Sat Jul 31 21:47:53 2010
+++ src/include/fenv.h	Mon Aug  2 17:49:04 2010
@@ -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);

Reply via email to