aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorAndreas Schwab2011-11-20 10:24:06 +0100
committerAndreas Schwab2011-11-20 10:24:06 +0100
commitd5ff9cd0468a844d90181c5a6591bdabd2a45acd (patch)
treef7ae155a980bcd94078da88bff2bd1a0ff7e7cff /admin
parent40ba43b4b71df1d51954bdad071e74243c4aea7c (diff)
downloademacs-d5ff9cd0468a844d90181c5a6591bdabd2a45acd.tar.gz
emacs-d5ff9cd0468a844d90181c5a6591bdabd2a45acd.zip
* configure.in: Remove reference to src/m/ibms390.h.
* admin/CPP-DEFINES (VIRT_ADDR_VARIES): Remove. * src/m/ibms390.h: Remove. * src/m/ibms390x.h: Don't include "ibms390.h".
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES3
-rw-r--r--admin/ChangeLog4
2 files changed, 4 insertions, 3 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 9723ca720e1..c5f8c7ab31f 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -58,9 +58,6 @@ NARROWPROTO
58SEPCHAR 58SEPCHAR
59SYSTEM_TYPE 59SYSTEM_TYPE
60 60
61** Machine specific macros, described in detail in src/m/template.h
62VIRT_ADDR_VARIES
63
64** Misc macros 61** Misc macros
65USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. 62USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default.
66 63
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6030dd8f6d3..f72f1d881c6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2
3 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
4
12011-11-16 Juanma Barranquero <lekktu@gmail.com> 52011-11-16 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * admin.el (manual-dvi): Fix typo. 7 * admin.el (manual-dvi): Fix typo.