public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8240] Align decl and def arguments.
@ 2021-04-19  9:24 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-04-19  9:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fde4a87e734f7a889d0cd57d92192e40c91adea2

commit r11-8240-gfde4a87e734f7a889d0cd57d92192e40c91adea2
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Apr 19 11:20:46 2021 +0200

    Align decl and def arguments.
    
    gcc/ChangeLog:
    
            PR c/100143
            * gengtype.c (finish_root_table): Align function arguments
            in between declaration and definition.

Diff:
---
 gcc/gengtype.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/gengtype.c b/gcc/gengtype.c
index 5f50242e857..98d4626f87e 100644
--- a/gcc/gengtype.c
+++ b/gcc/gengtype.c
@@ -2438,8 +2438,8 @@ static void write_local (outf_p output_header,
 static int contains_scalar_p (type_p t);
 static void put_mangled_filename (outf_p, const input_file *);
 static void finish_root_table (struct flist *flp, const char *pfx,
-			       const char *tname, const char *lastname,
-			       const char *name);
+			       const char *lastname,
+			       const char *tname, const char *name);
 static void write_root (outf_p, pair_p, type_p, const char *, int,
 			struct fileloc *, bool);
 static void write_array (outf_p f, pair_p v,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-19  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  9:24 [gcc r11-8240] Align decl and def arguments Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).