diff options
Diffstat (limited to 'gcc/hwint.h')
-rw-r--r-- | gcc/hwint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/hwint.h b/gcc/hwint.h index 32f88062df3..7dec86080dc 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -17,13 +17,13 @@ /* The string that should be inserted into a printf style format to indicate a "long" operand. */ -#ifndef HOST_LONG_FORMAT +#ifndef HOST_LONG_FORMAT #define HOST_LONG_FORMAT "l" #endif /* The string that should be inserted into a printf style format to indicate a "long long" operand. */ -#ifndef HOST_LONG_LONG_FORMAT +#ifndef HOST_LONG_LONG_FORMAT #define HOST_LONG_LONG_FORMAT "ll" #endif |