summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hv_func.h4
-rw-r--r--hv_macro.h4
-rw-r--r--sbox32_hash.h2
-rw-r--r--stadtx_hash.h2
-rw-r--r--zaphod32_hash.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/hv_func.h b/hv_func.h
index e8178b7a52..919d850bac 100644
--- a/hv_func.h
+++ b/hv_func.h
@@ -6,8 +6,8 @@
* If USE_HASH_SEED is defined, hash randomisation is done by default
* (see also perl.c:perl_parse() and S_init_tls_and_interp() and util.c:get_hash_seed())
*/
-#ifndef PERL_SEEN_HV_FUNC_H /* compile once */
-#define PERL_SEEN_HV_FUNC_H
+#ifndef PERL_SEEN_HV_FUNC_H_ /* compile once */
+#define PERL_SEEN_HV_FUNC_H_
#include "hv_macro.h"
#if !( 0 \
diff --git a/hv_macro.h b/hv_macro.h
index fa8c3123c5..a494ad1f55 100644
--- a/hv_macro.h
+++ b/hv_macro.h
@@ -1,5 +1,5 @@
-#ifndef PERL_SEEN_HV_MACRO_H /* compile once */
-#define PERL_SEEN_HV_MACRO_H
+#ifndef PERL_SEEN_HV_MACRO_H_ /* compile once */
+#define PERL_SEEN_HV_MACRO_H_
#if IVSIZE == 8
#define CAN64BITHASH
diff --git a/sbox32_hash.h b/sbox32_hash.h
index 766102f32a..2c015a7c6c 100644
--- a/sbox32_hash.h
+++ b/sbox32_hash.h
@@ -27,7 +27,7 @@
#define SBOX32_WARN2(pat,v0,v1)
#endif
-#ifndef PERL_SEEN_HV_FUNC_H
+#ifndef PERL_SEEN_HV_FUNC_H_
#if !defined(U32)
#include <stdint.h>
#define U32 uint32_t
diff --git a/stadtx_hash.h b/stadtx_hash.h
index 5ee879485d..73ad9de224 100644
--- a/stadtx_hash.h
+++ b/stadtx_hash.h
@@ -5,7 +5,7 @@
#define DEBUG_STADTX_HASH 0
#endif
-#ifndef PERL_SEEN_HV_FUNC_H
+#ifndef PERL_SEEN_HV_FUNC_H_
#if !defined(U64)
#include <stdint.h>
diff --git a/zaphod32_hash.h b/zaphod32_hash.h
index aea3532383..8b15adfb45 100644
--- a/zaphod32_hash.h
+++ b/zaphod32_hash.h
@@ -38,7 +38,7 @@
#endif
#endif
-#ifndef PERL_SEEN_HV_FUNC_H
+#ifndef PERL_SEEN_HV_FUNC_H_
#if !defined(U64)
#include <stdint.h>
#define U64 uint64_t