From: Benjamin Peterson Date: Mon, 16 Jan 2012 02:26:23 +0000 (-0500) Subject: comment about how flags could be expanded X-Git-Tag: v3.3.0a1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9487c4db8295c2651759217a6310f93a94158822;p=thirdparty%2FPython%2Fcpython.git comment about how flags could be expanded --- diff --git a/Objects/unicodectype.c b/Objects/unicodectype.c index a10d31914565..b21fd35a4a44 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;