hotspot/src/share/vm/utilities/macros.hpp
changeset 7397 5b173b4ca846
parent 6466 ef740a24d777
child 8110 c992c8d52344
--- a/hotspot/src/share/vm/utilities/macros.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/utilities/macros.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,9 @@
  *
  */
 
+#ifndef SHARE_VM_UTILITIES_MACROS_HPP
+#define SHARE_VM_UTILITIES_MACROS_HPP
+
 // Use this to mark code that needs to be cleaned up (for development only)
 #define NEEDS_CLEANUP
 
@@ -234,3 +237,5 @@
 #endif
 
 #define define_pd_global(type, name, value) const type pd_##name = value;
+
+#endif // SHARE_VM_UTILITIES_MACROS_HPP