aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/ibmrt.h
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-01-07 00:23:16 +0000
committerKarl Heuer <[email protected]>1995-01-07 00:23:16 +0000
commit09b3d66283ee0709707192ec63cc596c38d3c4c2 (patch)
treee2d49f7ab3d86fd1694f5af5d959b5797d1ffb12 /src/m/ibmrt.h
parent308c7a07a22b1c6b48c3353943f75c142fc2623d (diff)
(VALBITS, GCTYPEBITS): Deleted; default is better.
Diffstat (limited to 'src/m/ibmrt.h')
-rw-r--r--src/m/ibmrt.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h
index 0dc0740ce5..ea4c6443e8 100644
--- a/src/m/ibmrt.h
+++ b/src/m/ibmrt.h
@@ -58,7 +58,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. */
@@ -108,9 +108,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
This way we don't need to have a label _start defined. */
#define TEXT_START 0
-#define VALBITS 26
-#define GCTYPEBITS 5
-
/* Taking a pointer to a char casting it as int pointer */
/* and then taking the int which the int pointer points to */
/* is practically guaranteed to give erroneous results */