From defd0dea5225507ddcb79045af1f605b0b443ed6 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 26 May 2000 21:40:01 +0000 Subject: tree.h (struct record_layout_info): Rename to (struct record_layout_info_s). * tree.h (struct record_layout_info): Rename to (struct record_layout_info_s). * stor-layout.c (start_record_layout): Replace `record_layout_info' with `record_layout_info_s'. * class.c (layout_nonempty_base_or_field): Replace `record_layout_info' with `record_layout_info_s'. From-SVN: r34199 --- gcc/stor-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stor-layout.c') diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 26aa48b..9194175 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -410,7 +410,7 @@ start_record_layout (t) tree t; { record_layout_info rli - = (record_layout_info) xmalloc (sizeof (struct record_layout_info)); + = (record_layout_info) xmalloc (sizeof (struct record_layout_info_s)); rli->t = t; -- cgit v1.1