diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-03-29 23:30:29 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-03-29 23:30:29 +0000 |
commit | 6ea35997bf6e897985a5885b04b001c346db9a35 (patch) | |
tree | b5cd729deb996ec752348d50280518ecfedfdd05 /gdb/ChangeLog | |
parent | e701b3c0f9fe487f85f4537de3133c34f58c8990 (diff) | |
download | gdb-6ea35997bf6e897985a5885b04b001c346db9a35.zip gdb-6ea35997bf6e897985a5885b04b001c346db9a35.tar.gz gdb-6ea35997bf6e897985a5885b04b001c346db9a35.tar.bz2 |
Rename "encoded" parameter in ada-lang.c:symbol_completion_match...
... This is mostly to be consistent with the style used for the other
parameter of the same kind ("wild_match_p") in that function.
gdb/ChangeLog:
* ada-lang.c (symbol_completion_match): Rename parameter
"encoded" into "encoded_p". Ajust code and documentation
accordingly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 91052a0..9a6e55d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,10 @@ 2012-03-29 Joel Brobecker <brobecker@adacore.com> + + * ada-lang.c (symbol_completion_match): Rename parameter + "encoded" into "encoded_p". Ajust code and documentation + accordingly. + +2012-03-29 Joel Brobecker <brobecker@adacore.com> Andrey Smirnov <andrew.smirnov@gmail.com> -Wshadow warning fix. |