[ob] inferior_thread: Remove "extern" in definition.

Doug Evans dje@google.com
Thu Mar 26 22:06:00 GMT 2009


Hi.

Committed as obvious.

2009-03-26  Doug Evans  <dje@google.com>

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

diff -u -p -r1.106 thread.c
--- thread.c	25 Mar 2009 21:53:10 -0000	1.106
+++ thread.c	26 Mar 2009 21:28:39 -0000
@@ -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);



More information about the Gdb-patches mailing list