|
From: <sv...@va...> - 2005-06-18 18:49:43
|
Author: njn
Date: 2005-06-18 19:49:40 +0100 (Sat, 18 Jun 2005)
New Revision: 3942
Log:
Add some missing "_H" suffixes.
Modified:
trunk/include/pub_tool_aspacemgr.h
trunk/include/pub_tool_machine.h
trunk/include/pub_tool_redir.h
Modified: trunk/include/pub_tool_aspacemgr.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_aspacemgr.h 2005-06-18 18:44:33 UTC (rev 3941)
+++ trunk/include/pub_tool_aspacemgr.h 2005-06-18 18:49:40 UTC (rev 3942)
@@ -28,8 +28,8 @@
The GNU General Public License is contained in the file COPYING.
*/
=20
-#ifndef __PUB_TOOL_ASPACEMGR
-#define __PUB_TOOL_ASPACEMGR
+#ifndef __PUB_TOOL_ASPACEMGR_H
+#define __PUB_TOOL_ASPACEMGR_H
=20
extern Bool VG_(is_client_addr) (Addr a);
=20
@@ -54,7 +54,7 @@
*/
extern void VG_(find_root_memory)(void (*add_rootrange)(Addr addr, SizeT=
sz));
=20
-#endif // __PUB_TOOL_ASPACEMGR
+#endif // __PUB_TOOL_ASPACEMGR_H
=20
/*--------------------------------------------------------------------*/
/*--- end ---*/
Modified: trunk/include/pub_tool_machine.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_machine.h 2005-06-18 18:44:33 UTC (rev 3941)
+++ trunk/include/pub_tool_machine.h 2005-06-18 18:49:40 UTC (rev 3942)
@@ -28,8 +28,8 @@
The GNU General Public License is contained in the file COPYING.
*/
=20
-#ifndef __PUB_TOOL_MACHINE
-#define __PUB_TOOL_MACHINE
+#ifndef __PUB_TOOL_MACHINE_H
+#define __PUB_TOOL_MACHINE_H
=20
/* VGA_STACK_REDZONE_SZB: how many bytes below the stack pointer are val=
idly
* addressible? */
@@ -70,7 +70,7 @@
// doing leak checking.
extern void VG_(apply_to_GP_regs)(void (*f)(UWord val));
=20
-#endif // __PUB_TOOL_MACHINE
+#endif // __PUB_TOOL_MACHINE_H
=20
/*--------------------------------------------------------------------*/
/*--- end ---*/
Modified: trunk/include/pub_tool_redir.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_redir.h 2005-06-18 18:44:33 UTC (rev 3941)
+++ trunk/include/pub_tool_redir.h 2005-06-18 18:49:40 UTC (rev 3942)
@@ -28,8 +28,8 @@
The GNU General Public License is contained in the file COPYING.
*/
=20
-#ifndef __PUB_TOOL_REDIR
-#define __PUB_TOOL_REDIR
+#ifndef __PUB_TOOL_REDIR_H
+#define __PUB_TOOL_REDIR_H
=20
/* The following macros facilitate function replacement, which is one fo=
rm
of code replacement.
@@ -90,7 +90,7 @@
#define VG_REPLACE_FUNCTION_PREFIX "_vgi_"
#define VG_REPLACE_FUNCTION_PREFIX_LEN 5
=20
-#endif // __PUB_TOOL_REDIR
+#endif // __PUB_TOOL_REDIR_H
=20
/*--------------------------------------------------------------------*/
/*--- end ---*/
|