]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ada-lang.c::advance_wild_match improve doc and parameter+temporaries types
authorJoel Brobecker <brobecker@adacore.com>
Fri, 9 Oct 2020 20:30:48 +0000 (13:30 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 9 Oct 2020 20:31:07 +0000 (13:31 -0700)
commit59c8a30b81e400d614fad67ec06e040cb38980bc
treefafed1c292c024c44795c33a3482112a77a5b9d9
parent7c184d334adac03eb200b0f8b01edaf051bfc01b
ada-lang.c::advance_wild_match improve doc and parameter+temporaries types

This commit fixes the type of one of the parameters as well as a couple
of temporaries.

While at it, the function's description is slightly rewritten to make it
a little clearer what the function does.

gdb/ChangeLog:

        * ada-lang.c (advance_wild_match): Rewrite the function's
        description.  Change the type of target0, t0 and t1 to char.
gdb/ChangeLog
gdb/ada-lang.c