|
From: <sv...@va...> - 2005-06-20 23:58:48
|
Author: njn
Date: 2005-06-21 00:58:15 +0100 (Tue, 21 Jun 2005)
New Revision: 3972
Log:
Tweak comments and remove an unnecessary #include.
Modified:
trunk/coregrind/m_aspacemgr/read_procselfmaps.c
trunk/coregrind/m_libcassert.c
trunk/coregrind/pub_core_debuginfo.h
Modified: trunk/coregrind/m_aspacemgr/read_procselfmaps.c
=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/coregrind/m_aspacemgr/read_procselfmaps.c 2005-06-20 18:14:27 U=
TC (rev 3971)
+++ trunk/coregrind/m_aspacemgr/read_procselfmaps.c 2005-06-20 23:58:15 U=
TC (rev 3972)
@@ -30,7 +30,6 @@
*/
=20
#include "pub_core_basics.h"
-#include "pub_core_threadstate.h" // needed for pub_core_aspacemgr.h
#include "pub_core_aspacemgr.h"
#include "pub_core_libcbase.h"
#include "pub_core_libcassert.h"
Modified: trunk/coregrind/m_libcassert.c
=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/coregrind/m_libcassert.c 2005-06-20 18:14:27 UTC (rev 3971)
+++ trunk/coregrind/m_libcassert.c 2005-06-20 23:58:15 UTC (rev 3972)
@@ -36,7 +36,7 @@
#include "pub_core_libcproc.h" // For VG_(gettid)()
#include "pub_core_stacktrace.h"
#include "pub_core_syscall.h"
-#include "pub_core_tooliface.h" // For VG_(details)
+#include "pub_core_tooliface.h" // For VG_(details).{name,bug_report=
s_to}
#include "vki_unistd.h"
=20
/* ---------------------------------------------------------------------
Modified: trunk/coregrind/pub_core_debuginfo.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/coregrind/pub_core_debuginfo.h 2005-06-20 18:14:27 UTC (rev 397=
1)
+++ trunk/coregrind/pub_core_debuginfo.h 2005-06-20 23:58:15 UTC (rev 397=
2)
@@ -36,7 +36,7 @@
// to get file and function names, line numbers, variable types, and
// to help stack unwinding.
//
-// And it's internals are currently a mess. It's interface is ugly, too=
.
+// And its internals are currently a mess. Its interface is ugly, too.
//--------------------------------------------------------------------
=20
#include "pub_tool_debuginfo.h"
|