aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/template.h
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-28 20:25:08 -0700
committerDan Nicolaescu2010-07-28 20:25:08 -0700
commit76fd1ee9bd6e22602ed4df4350daeb375f67e16a (patch)
tree3628a3c341f6b0750837768a5efcb6d5c44faf6f /src/s/template.h
parent087b38a075e28408c397252f3756af9d3ac23e87 (diff)
downloademacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.tar.gz
emacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.zip
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 'src/s/template.h')
-rw-r--r--src/s/template.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/template.h b/src/s/template.h
index 67ed13e6180..dd1e56f8553 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -85,11 +85,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
85 85
86/* #undef subprocesses */ 86/* #undef subprocesses */
87 87
88/* If your system uses COFF (Common Object File Format) then define the
89 preprocessor symbol "COFF". */
90
91/* #define COFF */
92
93/* Define CLASH_DETECTION if you want lock files to be written 88/* Define CLASH_DETECTION if you want lock files to be written
94 so that Emacs can tell instantly when you try to modify 89 so that Emacs can tell instantly when you try to modify
95 a file that someone else has modified in his Emacs. */ 90 a file that someone else has modified in his Emacs. */