xorg's pixman-arm-neon-asm-bilinear.S wants to include this file, so make

it safe for the assembler, by eliding the only c declaration in it.
This commit is contained in:
christos 2013-06-18 20:17:19 +00:00
parent 8ae5585417
commit cfb6f1d55b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: float_ieee754.h,v 1.10 2011/10/01 17:39:14 christos Exp $ */
/* $NetBSD: float_ieee754.h,v 1.11 2013/06/18 20:17:19 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@ -47,7 +47,7 @@
*/
#define _FLOAT_IEEE754 1
#ifndef FLT_ROUNDS
#if !defined(__ASSEMBLER__) && !defined(FLT_ROUNDS)
__BEGIN_DECLS
extern int __flt_rounds(void);
__END_DECLS