diff options
-rw-r--r-- | Objects/unicodectype.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c index a10d319145..b21fd35a4a 100644 --- a/Objects/unicodectype.c +++ b/Objects/unicodectype.c @@ -34,6 +34,7 @@ typedef struct { const int upper; const int lower; const int title; + /* Note if more flag space is needed, decimal and digit could be unified. */ const unsigned char decimal; const unsigned char digit; const unsigned short flags; |