aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-05 01:28:24 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-05 01:28:24 +0000
commitf3f3e4efc75b1712832088800684c9db77a9f48d (patch)
treeaff28241cba91819b88ac3cd8b89103475d04be4 /libobjc
parentc876fe6c65dfd7d1dfe254d11d0f2752a44a488c (diff)
Merge changes between apple-gcc-4049 and apple-gcc-4058
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@95913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/encoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c
index a71167b95cf..046b664b8fb 100644
--- a/libobjc/encoding.c
+++ b/libobjc/encoding.c
@@ -928,6 +928,7 @@ objc_layout_structure_next_member (struct objc_struct_layout *layout)
return YES;
}
+
void objc_layout_finish_structure (struct objc_struct_layout *layout,
unsigned int *size,
unsigned int *align)