diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-05-28 01:12:42 +0000 |
commit | bf6c959448e3470b740fc6f032faf4ee6c1ed43a (patch) | |
tree | 8aeacca23eb32d57e7ef9abce8d272f5b3adc53c /gdb/wince.c | |
parent | b25fcc020b2d009c63e29b7655a7534507a50f88 (diff) | |
download | gdb-bf6c959448e3470b740fc6f032faf4ee6c1ed43a.tar.gz |
PARAMS removal.gdb-post-params-removal-2000-05-28
Diffstat (limited to 'gdb/wince.c')
-rw-r--r-- | gdb/wince.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/wince.c b/gdb/wince.c index da6c20928a5..52c882ccd9b 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -131,8 +131,8 @@ static int remote_add_host = 0; /* Forward declaration */ extern struct target_ops child_ops; -static int win32_child_thread_alive PARAMS ((int)); -void child_kill_inferior PARAMS ((void)); +static int win32_child_thread_alive (int); +void child_kill_inferior (void); static int last_sig = 0; /* Set if a signal was received from the debugged process */ |