diff options
| author | Glenn Morris | 2010-05-11 19:37:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-11 19:37:59 -0700 |
| commit | 6a321bbcdd828bc72c785df161cfd88260601b6a (patch) | |
| tree | 33eed0c6f90076432cbb0775a701c70ce86f4743 /src/m/macppc.h | |
| parent | 8b320e66d6e6d549ab445b7083d44e4b8a71319a (diff) | |
| download | emacs-6a321bbcdd828bc72c785df161cfd88260601b6a.tar.gz emacs-6a321bbcdd828bc72c785df161cfd88260601b6a.zip | |
Minor comment reformatting for some src/m/*.h files.
Diffstat (limited to 'src/m/macppc.h')
| -rw-r--r-- | src/m/macppc.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/m/macppc.h b/src/m/macppc.h index d58592d915a..b9dcf3bdc92 100644 --- a/src/m/macppc.h +++ b/src/m/macppc.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* machine description file For the powerpc Macintosh. | 1 | /* machine description file For the powerpc Macintosh. |
| 2 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | |
| 3 | 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 4 | 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -19,15 +20,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 20 | ||
| 20 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | 21 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word |
| 21 | is the most significant byte. */ | 22 | is the most significant byte. */ |
| 22 | |||
| 23 | #define WORDS_BIG_ENDIAN | 23 | #define WORDS_BIG_ENDIAN |
| 24 | 24 | ||
| 25 | /* Data type of load average, as read out of kmem. */ | 25 | /* Data type of load average, as read out of kmem. */ |
| 26 | |||
| 27 | #define LOAD_AVE_TYPE long | 26 | #define LOAD_AVE_TYPE long |
| 28 | 27 | ||
| 29 | /* Convert that into an integer that is 100 for a load average of 1.0 */ | 28 | /* Convert that into an integer that is 100 for a load average of 1.0 */ |
| 30 | |||
| 31 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) | 29 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) |
| 32 | 30 | ||
| 33 | #if (defined (__NetBSD__) || defined (__OpenBSD__)) && defined (__ELF__) | 31 | #if (defined (__NetBSD__) || defined (__OpenBSD__)) && defined (__ELF__) |
| @@ -36,7 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | 34 | ||
| 37 | /* NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says this is needed | 35 | /* NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> says this is needed |
| 38 | For MkLinux/LinuxPPC. */ | 36 | For MkLinux/LinuxPPC. */ |
| 39 | |||
| 40 | #ifdef GNU_LINUX | 37 | #ifdef GNU_LINUX |
| 41 | #define LINKER $(CC) -nostdlib | 38 | #define LINKER $(CC) -nostdlib |
| 42 | #endif | 39 | #endif |