summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-07-28 20:25:08 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-07-28 20:25:08 -0700
commit76fd1ee9bd6e22602ed4df4350daeb375f67e16a (patch)
tree3628a3c341f6b0750837768a5efcb6d5c44faf6f /nt
parent087b38a075e28408c397252f3756af9d3ac23e87 (diff)
downloademacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.tar.gz
Clean up unexec.c, remove references to unused code.
* nt/config.nt: Remove code referring to NO_REMAP, unused. * src/unexec.c (make_hdr): Remove references to NO_REMAP, COFF, SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER. * src/s/usg5-4.h (COFF): * src/s/template.h: * src/s/msdos.h (COFF, NO_REMAP): * src/s/ms-w32.h (NO_REMAP): * src/s/hpux10-20.h (NO_REMAP): * src/m/sparc.h (SEGMENT_MASK): * src/m/m68k.h (NO_REMAP): * src/m/intel386.h (SEGMENT_MASK): * src/m/arm.h (NO_REMAP): * src/m/alpha.h (COFF): * src/m/template.h: Remove references to unused defines.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt6
2 files changed, 4 insertions, 6 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 4dfdd16fd32..4de3a5430b5 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * config.nt: Remove code referring to NO_REMAP, unused.
+
2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
Build binary distros on Windows using emacs-VERSION as root dir name.
diff --git a/nt/config.nt b/nt/config.nt
index 683070f1063..676c3372746 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -308,12 +308,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef config_machfile
#include "m/intel386.h"
-/* If no remapping takes place, static variables cannot be dumped as
- pure, so don't worry about the `static' keyword. */
-#ifdef NO_REMAP
-#undef static
-#endif
-
/* Define `subprocesses' should be defined if you want to
have code for asynchronous subprocesses
(as used in M-x compile and M-x shell).