This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Your changes to Ada C files had several problems


There were several problems with your changes:

2003-10-30  Kelley Cook  <kcook@gcc.gnu.org>

        * adadecode.c, adaint.c, argv.c, aux-io.c, cal.c, cio.c, cstreams.c,
        ctrl_c.c, cuintp.c, decl.c, errno.c, exit.c, expect.c, final.c,
        gigi.h, gmem.c, gnatbl.c, init.c, misc.c, mkdir.c, raise.c, socket.c,
        sysdep.c, sysdep.c, targtyps.c, tb-alvms.c, tb-alvxw.c, tracebak.c,
        trans.c, utils.c, utils2.c: Convert function prototypes to C90.

First, there was a typo, fixed by:

2003-10-31  Andreas Schwab  <schwab@suse.de>

        * raise.c (get_action_description_for): Fix typo in last change.

Then, you forgot to update the copyright notice on many files.
You also introduced extra trailing blank spaces.

You also swapped the last two parameters of setup_to_install, causing
exception related failures.

Please wait for an Ada maintainer to OK your patch before making changes
in the Ada tree next time, thanks. As you can see, your changes were not
as obvious as they looked.

I will take of fixing the issues I have listed above.

Arno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]