Add some missing "_H" suffixes.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3942 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/pub_tool_aspacemgr.h b/include/pub_tool_aspacemgr.h
index 4d2668f..c888ffb 100644
--- a/include/pub_tool_aspacemgr.h
+++ b/include/pub_tool_aspacemgr.h
@@ -28,8 +28,8 @@
    The GNU General Public License is contained in the file COPYING.
 */
 
-#ifndef __PUB_TOOL_ASPACEMGR
-#define __PUB_TOOL_ASPACEMGR
+#ifndef __PUB_TOOL_ASPACEMGR_H
+#define __PUB_TOOL_ASPACEMGR_H
 
 extern Bool VG_(is_client_addr) (Addr a);
 
@@ -54,7 +54,7 @@
 */
 extern void VG_(find_root_memory)(void (*add_rootrange)(Addr addr, SizeT sz));
 
-#endif   // __PUB_TOOL_ASPACEMGR
+#endif   // __PUB_TOOL_ASPACEMGR_H
 
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
diff --git a/include/pub_tool_machine.h b/include/pub_tool_machine.h
index fab2f58..e5cc395 100644
--- a/include/pub_tool_machine.h
+++ b/include/pub_tool_machine.h
@@ -28,8 +28,8 @@
    The GNU General Public License is contained in the file COPYING.
 */
 
-#ifndef __PUB_TOOL_MACHINE
-#define __PUB_TOOL_MACHINE
+#ifndef __PUB_TOOL_MACHINE_H
+#define __PUB_TOOL_MACHINE_H
 
 /* VGA_STACK_REDZONE_SZB: how many bytes below the stack pointer are validly
  * addressible? */
@@ -70,7 +70,7 @@
 // doing leak checking.
 extern void VG_(apply_to_GP_regs)(void (*f)(UWord val));
 
-#endif   // __PUB_TOOL_MACHINE
+#endif   // __PUB_TOOL_MACHINE_H
 
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
diff --git a/include/pub_tool_redir.h b/include/pub_tool_redir.h
index 76125dd..8a65715 100644
--- a/include/pub_tool_redir.h
+++ b/include/pub_tool_redir.h
@@ -28,8 +28,8 @@
    The GNU General Public License is contained in the file COPYING.
 */
 
-#ifndef __PUB_TOOL_REDIR
-#define __PUB_TOOL_REDIR
+#ifndef __PUB_TOOL_REDIR_H
+#define __PUB_TOOL_REDIR_H
 
 /* The following macros facilitate function replacement, which is one form
    of code replacement.
@@ -90,7 +90,7 @@
 #define VG_REPLACE_FUNCTION_PREFIX           "_vgi_"
 #define VG_REPLACE_FUNCTION_PREFIX_LEN       5
 
-#endif   // __PUB_TOOL_REDIR
+#endif   // __PUB_TOOL_REDIR_H
 
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/