summaryrefslogtreecommitdiff
path: root/zaphod32_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 /zaphod32_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 'zaphod32_hash.h')
-rw-r--r--zaphod32_hash.h2
1 files changed, 1 insertions, 1 deletions
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