]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 08:55:34 +0000 (08:55 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 2 Sep 2004 08:55:34 +0000 (08:55 +0000)
points to tool.h.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2649

include/vg_skin.h [new file with mode: 0644]

diff --git a/include/vg_skin.h b/include/vg_skin.h
new file mode 100644 (file)
index 0000000..0628888
--- /dev/null
@@ -0,0 +1,3 @@
+// "vg_skin.h" was renamed to "tool.h";  this is for backward compatibility 
+// with old external tools.
+#include "tool.h"