diff options
author | YamaArashi <shadow962@live.com> | 2016-03-05 17:30:22 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-05 17:30:22 -0800 |
commit | 1f01ff809a107816317c4ac8a7eff1cbd3700370 (patch) | |
tree | 94d195909900f0f3ac91663a431de060e41c7abb /gcc/sbitmap.h | |
parent | 7d46fa8f8f179c38d1ac777e72a381a46a3c5969 (diff) |
make host wide int 32 bits
Diffstat (limited to 'gcc/sbitmap.h')
-rwxr-xr-x | gcc/sbitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index 73fffbc..06a57b1 100755 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ while more important issues are dealt with. */ #define SBITMAP_ELT_BITS HOST_BITS_PER_WIDE_INT -#define SBITMAP_ELT_TYPE unsigned HOST_WIDE_INT +#define SBITMAP_ELT_TYPE HOST_WIDE_UINT typedef struct simple_bitmap_def { /* Number of bits. */ |