diff options
author | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-16 01:03:54 -0800 |
commit | ecae31d652106c1f3b7429570de013c3bbf33e7a (patch) | |
tree | 6981957216b10aad71c792714a25c5750611754e /gcc/stor-layout.c | |
parent | 9382e1a90b218b4b93bf53c01ef163925cf224dc (diff) |
get rid of PROTO macros
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. */ |