aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/sparc.h
diff options
context:
space:
mode:
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