diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-02-20 18:23:31 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-02-20 18:23:31 +0000 |
commit | 55555bbca244f54f5c7761891eb583a52892111b (patch) | |
tree | fc66df2370983567f5d11a4fa4a065f20454229e /gdb/ChangeLog | |
parent | 278d4456c4aed7b4d066b5e14da1857fb78f67fb (diff) | |
download | gdb-55555bbca244f54f5c7761891eb583a52892111b.zip gdb-55555bbca244f54f5c7761891eb583a52892111b.tar.gz gdb-55555bbca244f54f5c7761891eb583a52892111b.tar.bz2 |
2000-02-19 Philippe De Muyter <phdm@macqel.be>
* cli-out.c (cli_table_header): Type of parameter `alignment' is
`enum ui_align', not `int'.
(cli_field_string, cli_field_skip): Likewise.
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 2923769..a9c948b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2000-02-19 Philippe De Muyter <phdm@macqel.be> + + * cli-out.c (cli_table_header): Type of parameter `alignment' is + `enum ui_align', not `int'. + (cli_field_string, cli_field_skip): Likewise. + 2000-02-18 Jim Blandy <jimb@redhat.com> From Jimmy Guo <guo@cup.hp.com>: |