From fbeafedeea37e0af1984a6511018d159f5ceed6a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 3 Nov 2012 17:07:56 +0000 Subject: Make fenv.h FE_* macros usable in #if (bug 3439). --- ports/sysdeps/tile/bits/fenv.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ports/sysdeps/tile') diff --git a/ports/sysdeps/tile/bits/fenv.h b/ports/sysdeps/tile/bits/fenv.h index 7638e8cc50..6b045353c1 100644 --- a/ports/sysdeps/tile/bits/fenv.h +++ b/ports/sysdeps/tile/bits/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011 Free Software Foundation, Inc. +/* Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Chris Metcalf , 2011. @@ -30,8 +30,9 @@ enum { __FE_UNDEFINED = 0, - FE_TONEAREST = 1, -#define FE_TONEAREST FE_TONEAREST + FE_TONEAREST = +#define FE_TONEAREST 1 + FE_TONEAREST, }; /* Type representing exception flags (if there were any). */ -- cgit v1.2.3