diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-01-07 00:23:16 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-01-07 00:23:16 +0000 |
commit | 09b3d66283ee0709707192ec63cc596c38d3c4c2 (patch) | |
tree | e2d49f7ab3d86fd1694f5af5d959b5797d1ffb12 /src/m/aviion.h | |
parent | 308c7a07a22b1c6b48c3353943f75c142fc2623d (diff) | |
download | emacs-09b3d66283ee0709707192ec63cc596c38d3c4c2.tar.gz |
(VALBITS, GCTYPEBITS): Deleted; default is better.
Diffstat (limited to 'src/m/aviion.h')
-rw-r--r-- | src/m/aviion.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/m/aviion.h b/src/m/aviion.h index adfe21e7286..01da50fe821 100644 --- a/src/m/aviion.h +++ b/src/m/aviion.h @@ -64,7 +64,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_UNION_TYPE /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend - the 24-bit bit field into an int. In other words, if bit fields + the bit field into an int. In other words, if bit fields are always unsigned. If you use NO_UNION_TYPE, this flag does not matter. */ @@ -112,11 +112,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_REMAP -/* Use 26 bits instead of 24 for internal pointer values */ - -#define VALBITS 26 -#define GCTYPEBITS 5 - /* Define ADDR_CORRECT(ADDR) to be a macro to correct an int which is the bit pattern of a pointer to a byte into an int which is the number of a byte. |