aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/arm.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/arm.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/arm.h')
-rw-r--r--src/m/arm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/arm.h b/src/m/arm.h
index c548f7eb168..d87d461d8f3 100644
--- a/src/m/arm.h
+++ b/src/m/arm.h
@@ -34,11 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
34#undef NO_ARG_ARRAY 34#undef NO_ARG_ARRAY
35#endif 35#endif
36 36
37/* Define WORD_MACHINE if addresses and such have
38 * to be corrected before they can be used as byte counts. */
39
40#undef WORD_MACHINE
41
42/* Define how to take a char and sign-extend into an int. 37/* Define how to take a char and sign-extend into an int.
43 On machines where char is signed, this is a no-op. */ 38 On machines where char is signed, this is a no-op. */
44 39