summaryrefslogtreecommitdiff
path: root/gdb/tui/tui.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-05-27 04:39:33 +0000
committerAndrew Cagney <cagney@redhat.com>2005-05-27 04:39:33 +0000
commitc68a6671d724482e3101ff3afc3effc928585cf9 (patch)
tree8535f58aae9fabc97a578a4340d4ff76a948e69c /gdb/tui/tui.h
parentb4d165ff8c251bc2d92962edfc86109b50399a80 (diff)
downloadbinutils-gdb-c68a6671d724482e3101ff3afc3effc928585cf9.tar.gz
2005-05-27 Andrew Cagney <cagney@gnu.org>
* jv-lang.c (get_java_utf8_name): Add cast. (evaluate_subexp_java): Use gdb_byte for buffers. * jv-valprint.c (java_value_print, java_value_print): Use gdb_byte for buffers. * scm-lang.c (scm_get_field, scm_unpack) (scm_evaluate_string): Use gdb_byte for buffers. (scm_lookup_name): Add cast. * scm-valprint.c (scm_scmval_print, scm_scmval_print): Use gdb_byte for buffers. * tui/tui.h (tui_get_command_dimension): Make parameters unsigned. * tui/tui.c (tui_get_command_dimension): Make parameters unsigned. * value.h (check_field): Change "name" to a string. * valops.c (check_field): Change "name" to a string. * scm-lang.h (scm_parse): Use gdb_byte for buffers. * source.c (get_current_source_symtab_and_line) (set_current_source_symtab_and_line): Initialize all fields of sal structures. * cli/cli-cmds.c (list_command): Use gdb_byte for buffers.
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r--gdb/tui/tui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h
index d7b741c68a5..7b767d19630 100644
--- a/gdb/tui/tui.h
+++ b/gdb/tui/tui.h
@@ -59,7 +59,8 @@ enum tui_win_type
extern CORE_ADDR tui_get_low_disassembly_address (CORE_ADDR, CORE_ADDR);
extern void tui_show_assembly (CORE_ADDR addr);
extern int tui_is_window_visible (enum tui_win_type type);
-extern int tui_get_command_dimension (int *width, int *height);
+extern int tui_get_command_dimension (unsigned int *width,
+ unsigned int *height);
/* Initialize readline and configure the keymap for the switching
key shortcut. */