diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/system.h b/gcc/system.h index ce817d4..a1fc6de 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -273,9 +273,6 @@ extern int errno; # include <limits.h> #endif -/* Get definitions of HOST_WIDE_INT and HOST_WIDEST_INT. */ -#include "hwint.h" - /* A macro to determine whether a VALUE lies inclusively within a certain range without evaluating the VALUE more than once. This macro won't warn if the VALUE is unsigned and the LOWER bound is @@ -1063,4 +1060,7 @@ helper_const_non_const_cast (const char *p) #define DEBUG_VARIABLE #endif +/* Get definitions of HOST_WIDE_INT and HOST_WIDEST_INT. */ +#include "hwint.h" + #endif /* ! GCC_SYSTEM_H */ |