Skip to content

Commit d86f757

Browse files
committed
perl.h: Remove obsolete comment
The potential action it refers to has already happened.
1 parent 040a4d7 commit d86f757

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

perl.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6039,13 +6039,8 @@ typedef enum {
60396039
special and there is no need for HINT_PRIVATE_MASK for COPs.
60406040
60416041
NOTE: The typical module using these has the bit value hard-coded, so don't
6042-
blindly change the values of these.
6042+
blindly change the values of these. */
60436043

6044-
If we run out of bits, the 2 locale ones could be combined. The PARTIAL one
6045-
is for "use locale 'FOO'" which excludes some categories. It requires going
6046-
to %^H to find out which are in and which are out. This could be extended
6047-
for the normal case of a plain HINT_LOCALE, so that %^H would be used for
6048-
any locale form. */
60496044
#define HINT_INTEGER 0x00000001 /* integer pragma */
60506045
#define HINT_STRICT_REFS 0x00000002 /* strict pragma */
60516046
#define HINT_LOCALE 0x00000004 /* locale pragma */

0 commit comments

Comments
 (0)