diff options
| author | Paul Eggert | 2017-03-07 08:29:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-03-07 08:32:04 -0800 |
| commit | 14af3395e6d8a2a95268138355ade408743922ac (patch) | |
| tree | 85a38267025e4af11bb490d89129846273129e2a /admin/CPP-DEFINES | |
| parent | 641ce935b79c63020553f33fc5ca8f4d05e56b0b (diff) | |
| download | emacs-14af3395e6d8a2a95268138355ade408743922ac.tar.gz emacs-14af3395e6d8a2a95268138355ade408743922ac.zip | |
Define copysign on all platforms
* configure.ac (copysign): Remove test.
* src/floatfns.c (signbit): New macro, if not already defined.
(Fcopysign): Use it instead of copysign.
(Fcopysign, syms_of_floatfns): Define the function on all platforms.
Diffstat (limited to 'admin/CPP-DEFINES')
| -rw-r--r-- | admin/CPP-DEFINES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 487c1501bb9..cead305aee1 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -113,7 +113,6 @@ HAVE_CLOCK_GETTIME | |||
| 113 | HAVE_CLOCK_SETTIME | 113 | HAVE_CLOCK_SETTIME |
| 114 | HAVE_COFF_H | 114 | HAVE_COFF_H |
| 115 | HAVE_COM_ERR_H | 115 | HAVE_COM_ERR_H |
| 116 | HAVE_COPYSIGN | ||
| 117 | HAVE_DBUS | 116 | HAVE_DBUS |
| 118 | HAVE_DBUS_TYPE_IS_VALID | 117 | HAVE_DBUS_TYPE_IS_VALID |
| 119 | HAVE_DBUS_VALIDATE_BUS_NAME | 118 | HAVE_DBUS_VALIDATE_BUS_NAME |