From 268b9e9e95f56a59a8817b28ad59b53f40fc668d Mon Sep 17 00:00:00 2001 From: bstarynk Date: Mon, 27 Apr 2009 12:45:13 +0000 Subject: 2009-04-27 Basile Starynkevitch MERGED WITH TRUNK r146824:: * gcc/basilys.h: all GTY goes before the identifiers. * gcc/basilys.c: removed errors.h include. * gcc/run-basilys.h: ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@146839 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/real.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/real.h') diff --git a/gcc/real.h b/gcc/real.h index 5a686536608..47efac5d2ae 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -43,8 +43,7 @@ enum real_value_class { #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG) #define SIG_MSB ((unsigned long)1 << (HOST_BITS_PER_LONG - 1)) -struct real_value GTY(()) -{ +struct GTY(()) real_value { /* Use the same underlying type for all bit-fields, so as to make sure they're packed together, otherwise REAL_VALUE_TYPE_SIZE will be miscomputed. */ -- cgit v1.2.1