diff options
| author | Paul Eggert | 2012-05-19 01:49:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-19 01:49:08 -0700 |
| commit | 003fdae20108225e6993e987a46b095765c151f0 (patch) | |
| tree | 95bd9fae0763d4fbdc7743c1baa83ef2038fb64c /src | |
| parent | e39b98063324ef3405e1c63ccc3bb0ba8fea7fd7 (diff) | |
| download | emacs-003fdae20108225e6993e987a46b095765c151f0.tar.gz emacs-003fdae20108225e6993e987a46b095765c151f0.zip | |
Remove no-longer-used macro HAVE_FTIME.
* configure.in (machine): Do not set to 'vax', since src/m/vax.h
is being removed.
(AC_CHECK_FUNCS): Remove ftime.
* admin/CPP-DEFINES (HAVE_FTIME): Remove.
* nt/config.nt (HAVE_FTIME): Remove undef; not needed.
* src/m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed.
* src/s/ms-w32.h (HAVE_FTIME): Remove; not needed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/m/vax.h | 23 | ||||
| -rw-r--r-- | src/s/ms-w32.h | 1 |
3 files changed, 5 insertions, 24 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3614db2d55..4e648223497 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * m/vax.h: Remove; no longer needed since HAVE_FTIME is being removed. | ||
| 4 | * s/ms-w32.h (HAVE_FTIME): Remove; not needed. | ||
| 5 | |||
| 1 | 2012-05-18 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-05-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows. | 8 | Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows. |
diff --git a/src/m/vax.h b/src/m/vax.h deleted file mode 100644 index e4bed4090b9..00000000000 --- a/src/m/vax.h +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | /* machine description file for vax. | ||
| 2 | |||
| 3 | Copyright (C) 1985-1986, 2001-2012 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | This file is part of GNU Emacs. | ||
| 6 | |||
| 7 | GNU Emacs is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 3 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | GNU Emacs is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | ||
| 19 | |||
| 20 | |||
| 21 | /* #define vax -- appears to be done automatically */ | ||
| 22 | |||
| 23 | #define HAVE_FTIME | ||
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index e89ecb05931..815ab9101f4 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -147,7 +147,6 @@ struct sigaction { | |||
| 147 | #define HAVE_FMOD 1 | 147 | #define HAVE_FMOD 1 |
| 148 | #undef HAVE_RINT | 148 | #undef HAVE_RINT |
| 149 | #undef HAVE_CBRT | 149 | #undef HAVE_CBRT |
| 150 | #define HAVE_FTIME 1 | ||
| 151 | #undef HAVE_RES_INIT /* For -lresolv on Suns. */ | 150 | #undef HAVE_RES_INIT /* For -lresolv on Suns. */ |
| 152 | #undef HAVE_SETSID | 151 | #undef HAVE_SETSID |
| 153 | #undef HAVE_FPATHCONF | 152 | #undef HAVE_FPATHCONF |