diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-23 15:04:07 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-23 15:04:07 +0000 |
commit | c9b6759c60fd799dccfba4facbfac5bb8e745a38 (patch) | |
tree | 1a1c861952cd75c7af00ae791c4f0165c33ceaff /gcc/hwint.h | |
parent | 26bbde7632e3e58c9e3cf687438108163eaa4e5e (diff) | |
download | gcc-c9b6759c60fd799dccfba4facbfac5bb8e745a38.tar.gz |
* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103402 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/hwint.h')
-rw-r--r-- | gcc/hwint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hwint.h b/gcc/hwint.h index 84ca84281d6..9b28a3ada07 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -80,7 +80,7 @@ extern char sizeof_long_long_must_be_8[sizeof(long long) == 8 ? 1 : -1]; # define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%lx%08lx" # endif #else -# define HOST_WIDE_INT_PRINT "ll" +# define HOST_WIDE_INT_PRINT HOST_LONG_LONG_FORMAT # define HOST_WIDE_INT_PRINT_C "LL" /* We can assume that 'long long' is at least 64 bits. */ # define HOST_WIDE_INT_PRINT_DOUBLE_HEX \ |