aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-03-05 01:28:24 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-03-05 01:28:24 +0000
commitbaa8a9b04b2d5b8098917c54e185866300278abb (patch)
treeaff28241cba91819b88ac3cd8b89103475d04be4 /libobjc
parent8fb36317f1b3cd85655af61504bb31bf33364dd1 (diff)
Merge changes between apple-gcc-4049 and apple-gcc-4058
git-svn-id: https://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)