]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add some missing "_H" suffixes.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 18 Jun 2005 18:49:40 +0000 (18:49 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 18 Jun 2005 18:49:40 +0000 (18:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3942

include/pub_tool_aspacemgr.h
include/pub_tool_machine.h
include/pub_tool_redir.h

index 4d2668f84adcacfeadaf53316662b5401197f6f1..c888ffb0ae71754a8d428b8026913275c2897937 100644 (file)
@@ -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_(init_shadow_range)(Addr p, UInt sz, Bool call_init);
 */
 extern void VG_(find_root_memory)(void (*add_rootrange)(Addr addr, SizeT sz));
 
-#endif   // __PUB_TOOL_ASPACEMGR
+#endif   // __PUB_TOOL_ASPACEMGR_H
 
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
index fab2f582deb8fd8314fd8ee562734dc2652102cf..e5cc395933071487f0aef6dd2931900cc5c4c702 100644 (file)
@@ -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 @@ extern void VG_(set_shadow_regs_area) ( ThreadId tid, OffT guest_state_offset,
 // doing leak checking.
 extern void VG_(apply_to_GP_regs)(void (*f)(UWord val));
 
-#endif   // __PUB_TOOL_MACHINE
+#endif   // __PUB_TOOL_MACHINE_H
 
 /*--------------------------------------------------------------------*/
 /*--- end                                                          ---*/
index 76125dd866a3d714b1c024cd8108079350e1805f..8a65715554affe583591b6fc388bbb976ed09342 100644 (file)
@@ -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                                                          ---*/