summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-09-09 12:25:32 +0200
committerJames E Keenan <jkeenan@cpan.org>2022-12-30 12:44:32 -0500
commiteb7f1716641464d9f031f2b73948256f70d84481 (patch)
tree218b68f09d39a741f239e94cb942bcc5b4f3bdc8
parent747ea4409e41369b023385daea402532ac807dc9 (diff)
downloadperl-eb7f1716641464d9f031f2b73948256f70d84481.tar.gz
util.h - remove slash to make line easier to autowrap later
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 99675d3e85..d9b61611e4 100644
--- a/util.h
+++ b/util.h
@@ -184,7 +184,7 @@ typedef struct {
/* uses var file to set default filename for newXS_deffile to use for CvFILE */
#define HSf_SETXSUBFN 0x00000020
#define HSf_POPMARK 0x00000040 /* popmark mode or you must supply ax and items */
-#define HSf_IMP_CXT 0x00000080 /* ABI, threaded/MULTIPLICITY, pTHX_ present */
+#define HSf_IMP_CXT 0x00000080 /* ABI, threaded, MULTIPLICITY, pTHX_ present */
#define HSm_INTRPSIZE 0xFFFF0000 /* ABI, interp struct size */
/* A mask of bits in the key which must always match between a XS mod and interp.
Also if all ABI bits in a key are true, skip all ABI checks, it is very