comment about how flags could be expanded

This commit is contained in:
Benjamin Peterson 2012-01-15 21:26:23 -05:00
parent ad9c569825
commit 9487c4db82
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ typedef struct {
const int upper; const int upper;
const int lower; const int lower;
const int title; const int title;
/* Note if more flag space is needed, decimal and digit could be unified. */
const unsigned char decimal; const unsigned char decimal;
const unsigned char digit; const unsigned char digit;
const unsigned short flags; const unsigned short flags;