Source-Changes-HG archive

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

[src/trunk]: src/lib/libm/arch/mips fix lint build



details:   https://anonhg.NetBSD.org/src/rev/fb2b3827bf2d
branches:  trunk
changeset: 342851:fb2b3827bf2d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 11 01:34:39 2016 +0000

description:
fix lint build

diffstat:

 lib/libm/arch/mips/fenv.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ebff7b4221c4 -r fb2b3827bf2d lib/libm/arch/mips/fenv.c
--- a/lib/libm/arch/mips/fenv.c Mon Jan 11 01:22:36 2016 +0000
+++ b/lib/libm/arch/mips/fenv.c Mon Jan 11 01:34:39 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.c,v 1.1 2015/12/21 17:02:02 christos Exp $        */
+/*     $NetBSD: fenv.c,v 1.2 2016/01/11 01:34:39 christos Exp $        */
 
 /*-
  * Copyright (c) 2004 David Schultz <das%FreeBSD.ORG@localhost>
@@ -28,12 +28,12 @@
  * $FreeBSD: head/lib/msun/mips/fenv.c 226415 2011-10-16 05:37:56Z das $
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: fenv.c,v 1.1 2015/12/21 17:02:02 christos Exp $");
+__RCSID("$NetBSD: fenv.c,v 1.2 2016/01/11 01:34:39 christos Exp $");
 
 #define        __fenv_static
 #include "fenv.h"
 
-#if defined(__GNUC_GNU_INLINE__) || defined(__lint__)
+#if defined(__GNUC_GNU_INLINE__) && !defined(__lint__)
 #error "This file must be compiled with C99 'inline' semantics"
 #endif
 



Home | Main Index | Thread Index | Old Index