diff options
Diffstat (limited to 'src/m/alpha.h')
| -rw-r--r-- | src/m/alpha.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 3b6d7da92df..0e7d182fee7 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -30,13 +30,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | /* __alpha defined automatically */ | 30 | /* __alpha defined automatically */ |
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | ||
| 34 | the 24-bit bit field into an int. In other words, if bit fields | ||
| 35 | are always unsigned. | ||
| 36 | |||
| 37 | This flag only matters if you use USE_LISP_UNION_TYPE. */ | ||
| 38 | #define EXPLICIT_SIGN_EXTEND | ||
| 39 | |||
| 40 | /* Data type of load average, as read out of kmem. */ | 33 | /* Data type of load average, as read out of kmem. */ |
| 41 | #define LOAD_AVE_TYPE long | 34 | #define LOAD_AVE_TYPE long |
| 42 | 35 | ||