annotate etc/custom/check1.xpm @ 839:182d9d1c71a5
[xemacs-hg @ 2002-05-14 10:57:37 by ben]
etags compilation changes
xemacs.mak: Increase the stack of etags to 0x800000 (8 MB), same as for XEmacs
and enough to prevent regex crashes with complex multiline
regexps. (More specifically, we reach the built-in failure limit before
crashing the stack. etags complains, but keeps on processing.)
author |
ben |
date |
Tue, 14 May 2002 10:57:38 +0000 |
parents |
8fc7fe29b841 |
children |
7910031dd78a |
rev |
line source |
22
|
1 /* XPM */
|
|
2 static char * check1_xpm[] = {
|
|
3 "11 11 3 1",
|
|
4 " c #737373737373",
|
|
5 ". c #E6E6E6E6E6E6",
|
|
6 "X c #22228B8B2222",
|
|
7 " ",
|
|
8 " .",
|
|
9 " XXXXXXX..",
|
|
10 " XXXXXXX..",
|
|
11 " XXXXXXX..",
|
|
12 " XXXXXXX..",
|
|
13 " XXXXXXX..",
|
|
14 " XXXXXXX..",
|
|
15 " XXXXXXX..",
|
|
16 " .........",
|
|
17 " .........."};
|