projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3af5762
)
(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 26 Sep 2000 13:02:21 +0000
(13:02 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 26 Sep 2000 13:02:21 +0000
(13:02 +0000)
src/m/sparc.h
patch
|
blob
|
history
diff --git
a/src/m/sparc.h
b/src/m/sparc.h
index b9ce56434ca81ca37306645e8881a0e38ea74165..7b708b954b53fea690b8f3760a34a6c30657c6ad 100644
(file)
--- a/
src/m/sparc.h
+++ b/
src/m/sparc.h
@@
-106,7
+106,6
@@
NOTE-END */
#ifdef __arch64__ /* GCC, 64-bit ABI. */
#define BITS_PER_LONG 64
-#define BITS_PER_EMACS_INT 64
#ifndef _LP64
#define _LP64 /* Done on Alpha -- not sure if it
should be here. -- fx */