diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-10 22:38:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-10 22:38:05 +0000 |
commit | a6b6b089bdd3a973e43ee48233d7ea53b87c1e21 (patch) | |
tree | 91dc193f77479fb17452765f165bc0844d7ba2cf /gdb/wince.c | |
parent | b5356753703b280e6bd976b1576a4e07de4a358c (diff) | |
download | gdb-a6b6b089bdd3a973e43ee48233d7ea53b87c1e21.zip gdb-a6b6b089bdd3a973e43ee48233d7ea53b87c1e21.tar.gz gdb-a6b6b089bdd3a973e43ee48233d7ea53b87c1e21.tar.bz2 |
* wince.c (_initialize_wince): Rename _initialize_inftarg.
* win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r-- | gdb/wince.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index e37866c..a640bea 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1965,7 +1965,7 @@ set_upload_type (char *ignore, int from_tty) } void -_initialize_inftarg (void) +_initialize_wince (void) { struct cmd_list_element *set; init_child_ops (); |