* 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 055cc9697a98b3e5eae1ce2d39240893541500cb..695b09b4e5a1aecb49440c3493dec857d1dd84d0 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 eaef50eb5875b6f0994b3c0a80cba9b8d8df7358..613137afb66af3644a06d8b3b6a76914996caec6 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);
This page took 0.029806 seconds and 4 git commands to generate.