|
From: Nicholas N. <nj...@ca...> - 2004-09-02 15:49:15
|
CVS commit by nethercote: Tweak some comments. M +2 -5 coregrind/core.h 1.6 M +1 -1 include/tool.h.base 1.3 --- valgrind/coregrind/core.h #1.5:1.6 @@ -42,10 +42,7 @@ #include "vg_unistd.h" -#include "core_asm.h" +#include "core_asm.h" // asm stuff +#include "tool.h" // tool stuff -/* All stuff visible to core and tools goes in tool.h. Things - * visible to core but not visible to any tools should go in this - * file, core.h. */ -#include "tool.h" #include "valgrind.h" --- valgrind/include/tool.h.base #1.2:1.3 @@ -35,5 +35,5 @@ #include <setjmp.h> /* for jmp_buf */ -#include "tool_asm.h" +#include "tool_asm.h" // asm stuff // XXX: here temporarily, will eventually go in arch-specific headers... |