mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
At many places, we have: VG_(fun(a,b,c)) instead of VG_(fun)(a,b,c) So, fix these cases, found using: grep -n -i -e 'VG_([a-z][a-z0-9_]*[^a-z0-9_)]' *.c */*.c */*/*.c git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15776