aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-03 01:20:48 +0200
committerJuanma Barranquero2010-08-03 01:20:48 +0200
commit7561000b5c8f6356bfdb210de0003b81489054f9 (patch)
tree5b5096ae818754aa4a915417aed96de3f5e13884
parent548c5c47f1636e7acf9ee85ddce62c36dc68efe7 (diff)
downloademacs-7561000b5c8f6356bfdb210de0003b81489054f9.tar.gz
emacs-7561000b5c8f6356bfdb210de0003b81489054f9.zip
nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt1
2 files changed, 5 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 4de3a5430b5..8c699c7758c 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12010-08-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
4 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
5
12010-07-29 Dan Nicolaescu <dann@ics.uci.edu> 62010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * config.nt: Remove code referring to NO_REMAP, unused. 8 * config.nt: Remove code referring to NO_REMAP, unused.
diff --git a/nt/config.nt b/nt/config.nt
index 676c3372746..49f823c9ba4 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -138,7 +138,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
138#undef HAVE_STDLIB_H 138#undef HAVE_STDLIB_H
139#undef HAVE_PWD_H 139#undef HAVE_PWD_H
140#undef STDC_HEADERS 140#undef STDC_HEADERS
141#undef TIME_WITH_SYS_TIME
142 141
143#undef HAVE_LIBDNET 142#undef HAVE_LIBDNET
144#undef HAVE_LIBPTHREADS 143#undef HAVE_LIBPTHREADS