From e22533f83a914046c6895ab7b2a3858c5c8d3ad1 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Thu, 7 Jul 2022 15:30:42 +0100 Subject: Update comment in sv.h on the location of bodies_by_type[], since it was moved to sv_inline.h --- sv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sv.h') 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 */ -- cgit v1.2.1