X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fchartype.h;h=0276e20e4faf058c26c35a6787d2b9def9135e74;hb=0eea3757c0ee4462a641562ba03c893548971d8f;hp=4111eb11eb0a0b15e3d33b0ac9b9f58c8bcf7c6d;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/chartype.h b/lib/chartype.h index 4111eb11..0276e20e 100644 --- a/lib/chartype.h +++ b/lib/chartype.h @@ -13,7 +13,7 @@ #define _C_DIGIT 8 /* Digits */ #define _C_CTRL 16 /* Control characters */ #define _C_XDIGIT 32 /* Hexadecimal digits */ -#define _C_BLANK 64 /* Blanks */ +#define _C_BLANK 64 /* White spaces (spaces, tabs, newlines) */ #define _C_INNER 128 /* `inner punctuation' -- underscore etc. */ #define _C_ALPHA (_C_UPPER | _C_LOWER)