* thread.c (inferior_thread) Remove "extern" in definition.

This commit is contained in:
Doug Evans 2009-03-26 21:30:26 +00:00
parent def2b0009c
commit a5321aa4d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-03-26 Doug Evans <dje@google.com>
* thread.c (inferior_thread) Remove "extern" in definition.
2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
Add gdb.Value.is_optimized_out attribute.

View File

@ -72,7 +72,7 @@ enum thread_state
THREAD_EXITED,
};
extern struct thread_info*
struct thread_info*
inferior_thread (void)
{
struct thread_info *tp = find_thread_pid (inferior_ptid);