summaryrefslogtreecommitdiff
path: root/src/m/m68k.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-11 19:37:59 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-11 19:37:59 -0700
commit6a321bbcdd828bc72c785df161cfd88260601b6a (patch)
tree33eed0c6f90076432cbb0775a701c70ce86f4743 /src/m/m68k.h
parent8b320e66d6e6d549ab445b7083d44e4b8a71319a (diff)
downloademacs-6a321bbcdd828bc72c785df161cfd88260601b6a.tar.gz
Minor comment reformatting for some src/m/*.h files.
Diffstat (limited to 'src/m/m68k.h')
-rw-r--r--src/m/m68k.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/m/m68k.h b/src/m/m68k.h
index b844f12fd6f..668db282593 100644
--- a/src/m/m68k.h
+++ b/src/m/m68k.h
@@ -1,6 +1,7 @@
/* Machine description file for generic Motorola 68k.
- Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
- 2008, 2009, 2010 Free Software Foundation, Inc.
+
+Copyright (C) 1985, 1995, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+ 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -19,12 +20,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
is the most significant byte. */
-
#define WORDS_BIG_ENDIAN
/* Now define a symbol for the cpu type, if your compiler
does not define it automatically. */
-
#ifndef m68k
#define m68k
#endif
@@ -34,7 +33,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
are always unsigned.
This flag only matters if you use USE_LISP_UNION_TYPE. */
-
#define EXPLICIT_SIGN_EXTEND
#ifdef GNU_LINUX