[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/alpha.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/alpha.h,v |
Date: |
Fri, 11 Jul 2008 02:29:47 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/11 02:29:44
Index: src/m/alpha.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/alpha.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- src/m/alpha.h 7 May 2008 07:05:58 -0000 1.60
+++ src/m/alpha.h 11 Jul 2008 02:29:41 -0000 1.61
@@ -51,15 +51,11 @@
/* __alpha defined automatically */
-/* Use type EMACS_INT rather than a union, to represent Lisp_Object */
-/* This is desirable for most machines. */
-#define NO_UNION_TYPE
-
/* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
the 24-bit bit field into an int. In other words, if bit fields
are always unsigned.
- If you use NO_UNION_TYPE, this flag does not matter. */
+ This flag only matters if you use USE_LISP_UNION_TYPE. */
#define EXPLICIT_SIGN_EXTEND
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v, Dan Nicolaescu, 2008/07/13
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/src/m/alpha.h,v, Dan Nicolaescu, 2008/07/24