File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments