aboutsummaryrefslogtreecommitdiff
path: root/intl/plural.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-06-14 18:17:37 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-06-14 18:17:37 +0000
commit34370865978b45c298ec3a9cee665b76660e5948 (patch)
treed7ee3d969017eae371aeb49b22931aa04e0170b9 /intl/plural.c
parent1d1702fcaad8f492c149e925b1b82e244ec7e270 (diff)
downloadgdb-34370865978b45c298ec3a9cee665b76660e5948.zip
gdb-34370865978b45c298ec3a9cee665b76660e5948.tar.gz
gdb-34370865978b45c298ec3a9cee665b76660e5948.tar.bz2
Fix invalid profile for command-completer in remote-sim.c
The profile of command completers has been change to returna VEC of char_ptr. Most completers were updated, except the one in remote-sim.c. Unfortunately, to make things a little more difficult, the meat of the completer is actually implemented in the sim, were VECs are not available. This patch thus translates the returned array into a VEC, and then returns that VEC. gdb/ChangeLog: * remote-sim.c (sim_command_completer): Change type of return value to "VEC (char_ptr) *". Adjust implementation accordingly.
Diffstat (limited to 'intl/plural.c')
0 files changed, 0 insertions, 0 deletions