summaryrefslogtreecommitdiff
path: root/lib/signbitl.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-25 17:22:50 +0200
committerBruno Haible <bruno@clisp.org>2009-04-25 17:22:50 +0200
commitb3fef2a47fcc4c239a618ffd71d55af00650572a (patch)
tree06921866e0307eddff844d1e8e36b6c7ad1ccb40 /lib/signbitl.c
parent0bb361f27252ad8308f8e208af76536821ce29ce (diff)
downloadgnulib-b3fef2a47fcc4c239a618ffd71d55af00650572a.tar.gz
Avoid link error when creating a namespace clean library.
Diffstat (limited to 'lib/signbitl.c')
-rw-r--r--lib/signbitl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/signbitl.c b/lib/signbitl.c
index 7024697bc0..aabb76b67f 100644
--- a/lib/signbitl.c
+++ b/lib/signbitl.c
@@ -1,5 +1,5 @@
/* signbit() macro: Determine the sign bit of a floating-point number.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,8 +23,6 @@
#include "isnanl-nolibm.h"
#include "float+.h"
-#undef gl_signbitl
-
int
gl_signbitl (long double arg)
{