aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/alpha.h
diff options
context:
space:
mode:
authorGlenn Morris2010-05-05 22:27:17 -0700
committerGlenn Morris2010-05-05 22:27:17 -0700
commit0c99c5973257dcdc4717b08e172a0b00a0d0c080 (patch)
tree31c285ada6ac946818b194cf1c4581c8b7bb3743 /src/m/alpha.h
parent72528372a762953c9209a7a5fa2e0641a7437f0d (diff)
downloademacs-0c99c5973257dcdc4717b08e172a0b00a0d0c080.tar.gz
emacs-0c99c5973257dcdc4717b08e172a0b00a0d0c080.zip
Comment changes for some src/m/*.h files.
Remove some out-of-date comments, reformat others.
Diffstat (limited to 'src/m/alpha.h')
-rw-r--r--src/m/alpha.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index ec0ed92e24a..8f71b37a219 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -20,25 +20,12 @@ GNU General Public License for more details.
20You should have received a copy of the GNU General Public License 20You should have received a copy of the GNU General Public License
21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 22
23
24/* The following line tells the configuration script what sort of
25 operating system this machine is likely to run.
26 USUAL-OPSYS="note"
27
28NOTE-START
29Use -opsystem=osf1
30NOTE-END
31
32*/
33
34#ifndef _LP64 23#ifndef _LP64
35#define _LP64 /* This doesn't appear to be necessary 24#define _LP64 /* This doesn't appear to be necessary on OSF 4/5 -- fx. */
36 on OSF 4/5 -- fx. */
37#endif 25#endif
38 26
39/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word 27/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
40 is the most significant byte. */ 28 is the most significant byte. */
41
42#undef WORDS_BIG_ENDIAN 29#undef WORDS_BIG_ENDIAN
43 30
44/* Now define a symbol for the cpu type, if your compiler 31/* Now define a symbol for the cpu type, if your compiler
@@ -52,15 +39,12 @@ NOTE-END
52 are always unsigned. 39 are always unsigned.
53 40
54 This flag only matters if you use USE_LISP_UNION_TYPE. */ 41 This flag only matters if you use USE_LISP_UNION_TYPE. */
55
56#define EXPLICIT_SIGN_EXTEND 42#define EXPLICIT_SIGN_EXTEND
57 43
58/* Data type of load average, as read out of kmem. */ 44/* Data type of load average, as read out of kmem. */
59
60#define LOAD_AVE_TYPE long 45#define LOAD_AVE_TYPE long
61 46
62/* Convert that into an integer that is 100 for a load average of 1.0 */ 47/* Convert that into an integer that is 100 for a load average of 1.0 */
63
64#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) 48#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
65 49
66/* GNU malloc and the relocating allocator do not work together 50/* GNU malloc and the relocating allocator do not work together