summaryrefslogtreecommitdiff
path: root/sbox32_hash.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-17 06:47:11 -0600
committerKarl Williamson <khw@cpan.org>2020-11-02 09:36:08 -0700
commitb41deab98443191c13367670be81d18c7b45eff4 (patch)
tree172a805f83eaa6177619a0f902881ace2af9ee62 /sbox32_hash.h
parent4e528812291825e541d225bcf2bffac0cf23be3d (diff)
downloadperl-b41deab98443191c13367670be81d18c7b45eff4.tar.gz
hv_func.h, hv_macro.h: Rename compile-once guard
These #defines are internal-only, so mark them as such by adding a trailing underscore to their names.
Diffstat (limited to 'sbox32_hash.h')
-rw-r--r--sbox32_hash.h2
1 files changed, 1 insertions, 1 deletions
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