Skip to content

Commit 9487c4d

Browse files
committed
comment about how flags could be expanded
1 parent ad9c569 commit 9487c4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Objects/unicodectype.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ typedef struct {
3434
const int upper;
3535
const int lower;
3636
const int title;
37+
/* Note if more flag space is needed, decimal and digit could be unified. */
3738
const unsigned char decimal;
3839
const unsigned char digit;
3940
const unsigned short flags;

0 commit comments

Comments
 (0)