Remove no-longer-used prefixes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2565
This commit is contained in:
Nicholas Nethercote 2004-08-04 10:07:47 +00:00
parent ca80aae259
commit db16c95eb8

View File

@ -44,10 +44,8 @@
#define VG_(str) VGAPPEND(vgPlain_,str)
#define VGP_(str) VGAPPEND(vgProf_,str)
#define VGOFF_(str) VGAPPEND(vgOff_,str)
#define VGR_(str) VGAPPEND(vgAllRoadsLeadToRome_,str)
#define VGINJ_(str) VGAPPEND(__vgInject_,str)
/* Skin specific ones. Note that final name still starts with "vg". */
/* Tool-specific ones. Note that final name still starts with "vg". */
#define SK_(str) VGAPPEND(vgSkin_,str)
/* This is specifically for stringifying VG_(x) function names. We