aboutsummaryrefslogtreecommitdiff
path: root/gcc/hwint.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-08-23 15:04:07 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-08-23 15:04:07 +0000
commit6194fd98b2836e10eec60df7dbb91186c3eef7e9 (patch)
tree1a1c861952cd75c7af00ae791c4f0165c33ceaff /gcc/hwint.h
parent0a9649e8a1a2b543dc026ba4ae5b1cceaf844b93 (diff)
downloadgcc-6194fd98b2836e10eec60df7dbb91186c3eef7e9.zip
gcc-6194fd98b2836e10eec60df7dbb91186c3eef7e9.tar.gz
gcc-6194fd98b2836e10eec60df7dbb91186c3eef7e9.tar.bz2
* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
From-SVN: r103402
Diffstat (limited to 'gcc/hwint.h')
-rw-r--r--gcc/hwint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hwint.h b/gcc/hwint.h
index 84ca842..9b28a3a 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 \