Removed "extern"

Delete extern in front of function TILEGXInstr *TILEGXInstr_Acas(.)
in host_tilegx_defs.c.

By: Zhi-Gang Liu




git-svn-id: svn://svn.valgrind.org/vex/trunk@3132 8f6e269a-dfd6-0310-a8e1-e2731360e62c
diff --git a/priv/host_tilegx_defs.c b/priv/host_tilegx_defs.c
index d7eea6c..92ca2c7 100644
--- a/priv/host_tilegx_defs.c
+++ b/priv/host_tilegx_defs.c
@@ -765,8 +765,8 @@
   return i;
 }
 
-extern TILEGXInstr *TILEGXInstr_Acas ( TILEGXAcasOp op, HReg old,
-                                       HReg addr, HReg exp, HReg new, UInt sz )
+TILEGXInstr *TILEGXInstr_Acas ( TILEGXAcasOp op, HReg old,
+                                HReg addr, HReg exp, HReg new, UInt sz )
 {
   TILEGXInstr *i = LibVEX_Alloc(sizeof(TILEGXInstr));
   i->tag = GXin_Acas;