From 60b72337785a4448e99b8b3362d985a63e6370ef Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 2 May 2006 01:04:46 +0000 Subject: Merged -r112764:113438 branches/apple-local-200502-branch. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple/trunk@113449 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-tree.h') diff --git a/gcc/c-tree.h b/gcc/c-tree.h index b0577711c46..5c9bdb779a1 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -280,7 +280,7 @@ struct c_declspecs { BOOL_BITFIELD private_extern_p : 1; /* APPLE LOCAL end private extern */ /* APPLE LOCAL CW asm blocks */ - BOOL_BITFIELD cw_asm_specbit : 1; + BOOL_BITFIELD iasm_asm_specbit : 1; /* Whether the type defaulted to "int" because there were no type specifiers. */ BOOL_BITFIELD default_int_p; -- cgit v1.2.3