diff options
| author | Karl Heuer | 1994-10-04 10:24:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-04 10:24:08 +0000 |
| commit | f6c27bd8c3fe5b141940d21027fb35aafc4df762 (patch) | |
| tree | 90a99959e807e2231984c684c9ebed85535a8f09 /src | |
| parent | fd1a334555a7ed33deb8e2a3db844e06716cc419 (diff) | |
| download | emacs-f6c27bd8c3fe5b141940d21027fb35aafc4df762.tar.gz emacs-f6c27bd8c3fe5b141940d21027fb35aafc4df762.zip | |
(XSETPNTR): Deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/gec63.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/gec63.h b/src/m/gec63.h index 8d85f495b7d..a78f6c6793f 100644 --- a/src/m/gec63.h +++ b/src/m/gec63.h | |||
| @@ -67,7 +67,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 67 | #define XSETTYPE(a, b) ((a) = ((a) & VALAMASK) + ((int)(b) << VALBITS)) | 67 | #define XSETTYPE(a, b) ((a) = ((a) & VALAMASK) + ((int)(b) << VALBITS)) |
| 68 | 68 | ||
| 69 | #define XPNTR(a) ((a) & VALAMASK) | 69 | #define XPNTR(a) ((a) & VALAMASK) |
| 70 | #define XSETPNTR(a, b) ((a) = ((a) & ~VALAMASK) + ((b) & VALAMASK)) | ||
| 71 | 70 | ||
| 72 | #define XSET(var, type, ptr) \ | 71 | #define XSET(var, type, ptr) \ |
| 73 | ((var) = ((int)(type) << VALBITS) + ((int) (ptr) & VALAMASK)) | 72 | ((var) = ((int)(type) << VALBITS) + ((int) (ptr) & VALAMASK)) |