From 9487c4db8295c2651759217a6310f93a94158822 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 15 Jan 2012 21:26:23 -0500 Subject: [PATCH] comment about how flags could be expanded --- Objects/unicodectype.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c index a10d3191456..b21fd35a4a4 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;