* thread.c (inferior_thread) Remove "extern" in definition.
authorDoug Evans <dje@google.com>
Thu, 26 Mar 2009 21:30:26 +0000 (21:30 +0000)
committerDoug Evans <dje@google.com>
Thu, 26 Mar 2009 21:30:26 +0000 (21:30 +0000)
gdb/ChangeLog
gdb/thread.c

index 055cc96..695b09b 100644 (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.
index eaef50e..613137a 100644 (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);