diff options
Diffstat (limited to 'src/m/alpha.h')
| -rw-r--r-- | src/m/alpha.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 84641bf3065..f1bd6e4b603 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -51,15 +51,11 @@ NOTE-END | |||
| 51 | /* __alpha defined automatically */ | 51 | /* __alpha defined automatically */ |
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | /* Use type EMACS_INT rather than a union, to represent Lisp_Object */ | ||
| 55 | /* This is desirable for most machines. */ | ||
| 56 | #define NO_UNION_TYPE | ||
| 57 | |||
| 58 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | 54 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
| 59 | the 24-bit bit field into an int. In other words, if bit fields | 55 | the 24-bit bit field into an int. In other words, if bit fields |
| 60 | are always unsigned. | 56 | are always unsigned. |
| 61 | 57 | ||
| 62 | If you use NO_UNION_TYPE, this flag does not matter. */ | 58 | This flag only matters if you use USE_LISP_UNION_TYPE. */ |
| 63 | 59 | ||
| 64 | #define EXPLICIT_SIGN_EXTEND | 60 | #define EXPLICIT_SIGN_EXTEND |
| 65 | 61 | ||