aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/sparc.h
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /src/m/sparc.h
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'src/m/sparc.h')
-rw-r--r--src/m/sparc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 26ca3caaebe..fc5ea95c0eb 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -20,10 +20,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20 20
21/* __sparc__ is defined by the compiler by default. */ 21/* __sparc__ is defined by the compiler by default. */
22 22
23/* XINT must explicitly sign-extend
24 This flag only matters if you use USE_LISP_UNION_TYPE. */
25#define EXPLICIT_SIGN_EXTEND
26
27/* Data type of load average, as read out of kmem. */ 23/* Data type of load average, as read out of kmem. */
28#define LOAD_AVE_TYPE long 24#define LOAD_AVE_TYPE long
29 25