summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-07-07 15:30:42 +0100
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-07-07 15:30:42 +0100
commite22533f83a914046c6895ab7b2a3858c5c8d3ad1 (patch)
treefd91569d7718aa3e64dae7d660ab669c9ea603c8 /sv.h
parent374793b1585e0ab2048adf1a605863aaf9c3dac2 (diff)
downloadperl-e22533f83a914046c6895ab7b2a3858c5c8d3ad1.tar.gz
Update comment in sv.h on the location of bodies_by_type[], since it was moved to sv_inline.h
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 39edc140df..1eecc31403 100644
--- a/sv.h
+++ b/sv.h
@@ -158,7 +158,7 @@ typedef enum {
/* *** any alterations to the SV types above need to be reflected in
* SVt_MASK and the various PL_valid_types_* tables. As of this writing those
* tables are in perl.h. There are also two affected names tables in dump.c,
- * one in B.xs, and 'bodies_by_type[]' in sv.c.
+ * one in B.xs, and 'bodies_by_type[]' in sv_inline.h.
*
* The bits that match 0xe0 are CURRENTLY UNUSED
* The bits above that are for flags, like SVf_IOK */