aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/template.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-10 02:49:28 +0000
committerDan Nicolaescu2008-07-10 02:49:28 +0000
commitad76189a75b1be41dbc2cd2f9fb793cd2b403f57 (patch)
tree1f2fa3ca14cb3e05b7c040ac28f63eaecdf645db /src/m/template.h
parentd2b5bbda451e8e10576e3145938c27c6171f6ae3 (diff)
downloademacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.tar.gz
emacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.zip
* m/template.h:
* m/sparc.h: * m/mips.h: * m/m68k.h: * m/iris4d.h: * m/intel386.h: * m/ibms390x.h: * m/ibms390.h: * m/ia64.h: * m/hp800.h: * m/arm.h: * m/amdx86-64.h: Remove dead code and references to unused and compiler defined symbols.
Diffstat (limited to 'src/m/template.h')
-rw-r--r--src/m/template.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/m/template.h b/src/m/template.h
index 4a7a73db937..e447fba7b4b 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -32,15 +32,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
32 32
33#define NO_ARG_ARRAY 33#define NO_ARG_ARRAY
34 34
35/* Define WORD_MACHINE if addresses and such have
36 * to be corrected before they can be used as byte counts. */
37
38#define WORD_MACHINE
39
40/* Now define a symbol for the cpu type, if your compiler 35/* Now define a symbol for the cpu type, if your compiler
41 does not define it automatically: 36 does not define it automatically.
42 Ones defined so far include vax, m68000, ns16000, pyramid, 37 Ones defined so far include m68k and many others */
43 orion, tahoe, APOLLO and many others */
44 38
45/* Use type int rather than a union, to represent Lisp_Object */ 39/* Use type int rather than a union, to represent Lisp_Object */
46/* This is desirable for most machines. */ 40/* This is desirable for most machines. */