mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
Protoization.
This commit is contained in:
parent
2c2475db4a
commit
ba5f58cb2e
@ -1,3 +1,7 @@
|
||||
2000-11-17 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* wrapper.c (gdb_value_assign, wrap_value_assign): Protoize.
|
||||
|
||||
2000-11-16 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* thread.c (thread_apply_all_command): Save the command before
|
||||
|
@ -169,10 +169,7 @@ wrap_value_equal (char *a)
|
||||
}
|
||||
|
||||
int
|
||||
gdb_value_assign (val1, val2, result)
|
||||
value_ptr val1;
|
||||
value_ptr val2;
|
||||
value_ptr *result;
|
||||
gdb_value_assign (value_ptr val1, value_ptr val2, value_ptr *result)
|
||||
{
|
||||
struct gdb_wrapper_arguments args;
|
||||
|
||||
@ -191,8 +188,7 @@ gdb_value_assign (val1, val2, result)
|
||||
}
|
||||
|
||||
static int
|
||||
wrap_value_assign (a)
|
||||
char *a;
|
||||
wrap_value_assign (char *a)
|
||||
{
|
||||
struct gdb_wrapper_arguments *args = (struct gdb_wrapper_arguments *) a;
|
||||
value_ptr val1, val2;
|
||||
|
Loading…
Reference in New Issue
Block a user