emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/sparc.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/sparc.h,v
Date: Fri, 11 Jul 2008 02:29:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/11 02:29:44

Index: src/m/sparc.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/sparc.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- src/m/sparc.h       10 Jul 2008 02:49:28 -0000      1.35
+++ src/m/sparc.h       11 Jul 2008 02:29:43 -0000      1.36
@@ -38,11 +38,8 @@
 
 /* __sparc__ is defined by the compiler by default.  */
 
-/* Use type int rather than a union, to represent Lisp_Object */
-
-#define NO_UNION_TYPE
-
-/* XINT must explicitly sign-extend */
+/* XINT must explicitly sign-extend
+   This flag only matters if you use USE_LISP_UNION_TYPE.  */
 
 #define EXPLICIT_SIGN_EXTEND
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]