From 957e47632b18edc2f802b74087e690185a8423c8 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 17 Jan 2000 16:01:04 +0000 Subject: print-rtl.c: PROTO -> PARAMS. * print-rtl.c: PROTO -> PARAMS. * real.c: Likewise. * reg-stack.c: Likewise. * resource.c: Likewise. * sdbout.h: Likewise. * simplify-rtx.c: Likewise. * stor-layout.c: Likewise. * stupid.c: Likewise. * xcoffout.c: Likewise. * xcoffout.h: Likewise. From-SVN: r31463 --- gcc/stor-layout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/stor-layout.c') diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 455152f..8ffacb7 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -43,8 +43,8 @@ int maximum_field_alignment; May be overridden by front-ends. */ int set_alignment = 0; -static tree layout_record PROTO((tree)); -static void layout_union PROTO((tree)); +static tree layout_record PARAMS ((tree)); +static void layout_union PARAMS ((tree)); /* SAVE_EXPRs for sizes of types and decls, waiting to be expanded. */ -- cgit v1.1