diff src/m/aviion.h @ 10362:f145d62266f6

(VALBITS, GCTYPEBITS): Deleted; default is better.
author Karl Heuer <kwzh@gnu.org>
date Sat, 07 Jan 1995 00:23:16 +0000
parents 23f72b18b420
children 1d4654a97585
line wrap: on
line diff
--- a/src/m/aviion.h	Sat Jan 07 00:22:49 1995 +0000
+++ b/src/m/aviion.h	Sat Jan 07 00:23:16 1995 +0000
@@ -64,7 +64,7 @@
 #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 @@
 
 #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.