diff options
| author | Karl Heuer | 1994-10-04 10:19:59 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-04 10:19:59 +0000 |
| commit | fd1a334555a7ed33deb8e2a3db844e06716cc419 (patch) | |
| tree | e4090d6505f72d6d1d9a6013f01dabe064e4f76a /src | |
| parent | 412239cccf5bb1754d1ce5ae9a8a3016fd132227 (diff) | |
| download | emacs-fd1a334555a7ed33deb8e2a3db844e06716cc419.tar.gz emacs-fd1a334555a7ed33deb8e2a3db844e06716cc419.zip | |
Don't override definition of XSETINT.
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)) | ||