diff options
author | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-06-15 02:24:47 +0000 |
---|---|---|
committer | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-06-15 02:24:47 +0000 |
commit | e1d77ed721f965c8e5dd97d08963420ef5fe94d3 (patch) | |
tree | 6b590b5290ea84af3b6db870245a92b67337229e /gcc/machmode.h | |
parent | bd5b3bcee868fc7248aec926c68302838b35a5fc (diff) | |
download | gcc-e1d77ed721f965c8e5dd97d08963420ef5fe94d3.tar.gz |
(MAX_SHORTS): Deleted.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7474 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/machmode.h')
-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 bb069d9997b..307422b0452 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 |