diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/alpha.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index ec036c8f089..e5b33aacad6 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -183,8 +183,3 @@ NOTE-END | |||
| 183 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ | 183 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ |
| 184 | 184 | ||
| 185 | #define XPNTR(a) XUINT (a) | 185 | #define XPNTR(a) XUINT (a) |
| 186 | |||
| 187 | |||
| 188 | /* Similarly, for XSETINT */ | ||
| 189 | |||
| 190 | #define XSETINT(a, b) ((a) = (long)((a) & ~VALMASK) | (long)((b) & VALMASK)) | ||