Mercurial > hg > octave-shane > gnulib-hg
diff lib/signbitl.c @ 11506:d800366aa3fe
Avoid link error when creating a namespace clean library.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 25 Apr 2009 17:22:50 +0200 (2009-04-25) |
parents | bbbbbf4cd1c5 |
children | 0b09102d516e |
line wrap: on
line diff
--- 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) {