From ecae31d652106c1f3b7429570de013c3bbf33e7a Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 16 Feb 2016 01:03:54 -0800 Subject: get rid of PROTO macros --- gcc/stor-layout.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/stor-layout.c') diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index a9ce073..2f8fec8 100755 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -53,10 +53,10 @@ int maximum_field_alignment; May be overridden by front-ends. */ int set_alignment = 0; -static enum machine_mode smallest_mode_for_size PROTO((unsigned int, - enum mode_class)); -static tree layout_record PROTO((tree)); -static void layout_union PROTO((tree)); +static enum machine_mode smallest_mode_for_size (unsigned int, + enum mode_class); +static tree layout_record (tree); +static void layout_union (tree); /* SAVE_EXPRs for sizes of types and decls, waiting to be expanded. */ -- cgit v1.2.3