diff options
Diffstat (limited to 'gcc/fixed-value.h')
-rw-r--r-- | gcc/fixed-value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixed-value.h b/gcc/fixed-value.h index d6e67794b04..ca0ee93d48a 100644 --- a/gcc/fixed-value.h +++ b/gcc/fixed-value.h @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "real.h" #include "double-int.h" -struct fixed_value GTY(()) +struct GTY(()) fixed_value { double_int data; /* Store data up to 2 wide integers. */ enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */ |