about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-01 13:47:09 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-01 13:47:09 +0000
commitfa1f94fe1d93d398877468451a9881dde7c7e74a (patch)
tree672970ae439789fc346016de00f8584bfc0b106b /sysdeps
parentbd78530f155fa3c5c57af42457541072326fe16a (diff)
downloadglibc-fa1f94fe1d93d398877468451a9881dde7c7e74a.tar.gz
glibc-fa1f94fe1d93d398877468451a9881dde7c7e74a.tar.xz
glibc-fa1f94fe1d93d398877468451a9881dde7c7e74a.zip
Update.
1998-06-01  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
	of ((unused)).  Reported by Bruno Haible.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/i386/fpu/bits/mathinline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/fpu/bits/mathinline.h b/sysdeps/i386/fpu/bits/mathinline.h
index 6aea2cb4da..aa532cea05 100644
--- a/sysdeps/i386/fpu/bits/mathinline.h
+++ b/sysdeps/i386/fpu/bits/mathinline.h
@@ -345,7 +345,7 @@ __inline_mathcode_ (long double, __expl, __x, __exp_code)
 
 __inline_mathcode (tan, __x, \
   register long double __value;						      \
-  register long double __value2 __attribute__ ((unused));		      \
+  register long double __value2 __attribute__ ((__unused__));		      \
   __asm __volatile__							      \
     ("fptan"								      \
      : "=t" (__value2), "=u" (__value) : "0" (__x));			      \