aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2006-05-02 01:04:46 +0000
committerMike Stump <mrs@apple.com>2006-05-02 01:04:46 +0000
commit60b72337785a4448e99b8b3362d985a63e6370ef (patch)
treed03d9d5901ec8f1af0a3a165a0bda77ce9fc42d6 /gcc/c-tree.h
parenta58592bcf8b29b799ce0532e968d1f1d11059b18 (diff)
Merged -r112764:113438 branches/apple-local-200502-branch.apple/gcc-5402
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple/trunk@113449 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 1 insertions, 1 deletions
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;