summaryrefslogtreecommitdiff
path: root/hv_func.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 /hv_func.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 'hv_func.h')
-rw-r--r--hv_func.h4
1 files changed, 2 insertions, 2 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 \