diff options
author | Torbjorn Granlund <tege@gnu.org> | 1994-06-15 02:24:47 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1994-06-15 02:24:47 +0000 |
commit | ebc75e94ecf88298d861973feb759d2e28ba2671 (patch) | |
tree | 6b590b5290ea84af3b6db870245a92b67337229e | |
parent | 37bdb7e3147c67ba3e41ff7d6c4ddb848775fe22 (diff) | |
download | gcc-ebc75e94ecf88298d861973feb759d2e28ba2671.zip gcc-ebc75e94ecf88298d861973feb759d2e28ba2671.tar.gz gcc-ebc75e94ecf88298d861973feb759d2e28ba2671.tar.bz2 |
(MAX_SHORTS): Deleted.
From-SVN: r7474
-rw-r--r-- | gcc/machmode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/machmode.h b/gcc/machmode.h index bb069d9..307422b 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -56,14 +56,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif -/* Define the number of entries in an 8-bit `shorts' array needed to represent - the largest supported constant, which is twice the width of the largest - host integer type. */ - -#ifndef MAX_SHORTS -#define MAX_SHORTS (HOST_BITS_PER_WIDE_INT * 2 / 8) -#endif - /* Provide a default way to print an address in hex via printf. */ #ifndef HOST_PTR_PRINTF |