aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/utilities/macros.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/utilities/macros.hpp')
-rw-r--r--src/share/vm/utilities/macros.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/share/vm/utilities/macros.hpp b/src/share/vm/utilities/macros.hpp
index 39528c9e6..f46da8efa 100644
--- a/src/share/vm/utilities/macros.hpp
+++ b/src/share/vm/utilities/macros.hpp
@@ -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