Anti-globalisation


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2228 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c
index dffe4f3..50b65c9 100644
--- a/coregrind/vg_errcontext.c
+++ b/coregrind/vg_errcontext.c
@@ -191,7 +191,7 @@
    vg_assert( tid < VG_N_THREADS );
 }
 
-void VG_(gen_suppression)(Error* err)
+void gen_suppression(Error* err)
 {
    Int         i;
    UChar       buf[M_VG_ERRTXT];
@@ -259,7 +259,7 @@
    /* Or maybe we want to generate the error's suppression? */
    if (VG_(is_action_requested)( "Print suppression",
                                  & VG_(clo_gen_suppressions) )) {
-      VG_(gen_suppression)(err);
+      gen_suppression(err);
    }
 }