diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rwxr-xr-x | gcc/stor-layout.c | 8 |
1 files changed, 4 insertions, 4 deletions
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. */ |