|
From: <sv...@va...> - 2005-06-11 03:31:54
|
Author: njn
Date: 2005-06-11 04:31:09 +0100 (Sat, 11 Jun 2005)
New Revision: 3883
Log:
Move OINK from tool.h to pub_tool_libcprint.h.
Modified:
trunk/include/pub_tool_libcprint.h
trunk/include/tool.h
Modified: trunk/include/pub_tool_libcprint.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/include/pub_tool_libcprint.h 2005-06-11 03:28:48 UTC (rev 3882)
+++ trunk/include/pub_tool_libcprint.h 2005-06-11 03:31:09 UTC (rev 3883)
@@ -49,6 +49,9 @@
Messages for the user
------------------------------------------------------------------ */
=20
+/* No, really. I _am_ that strange. */
+#define OINK(nnn) VG_(message)(Vg_DebugMsg, "OINK %d",nnn)
+
/* Print a message prefixed by "??<pid>?? "; '?' depends on the VgMsgKin=
d.
Should be used for all user output. */
=20
Modified: trunk/include/tool.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/include/tool.h 2005-06-11 03:28:48 UTC (rev 3882)
+++ trunk/include/tool.h 2005-06-11 03:31:09 UTC (rev 3883)
@@ -63,9 +63,6 @@
#define VG_PGROUNDDN(p) VG_ROUNDDN(p, VKI_PAGE_SIZE)
#define VG_PGROUNDUP(p) VG_ROUNDUP(p, VKI_PAGE_SIZE)
=20
-/* No, really. I _am_ that strange. */
-#define OINK(nnn) VG_(message)(Vg_DebugMsg, "OINK %d",nnn)
-
/* Path to all our library/aux files */
extern const Char *VG_(libdir);
=20
|