view src/bitmaps/gray.xbm @ 56090:79f4b9a05479

(CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t) (re_wctype, re_iswctype, re_wctype_to_bit): Non-function definitions moved here from regex.c.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 2004 22:34:19 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};