Mercurial > emacs
view etc/images/smilies/medium/braindamaged.xpm @ 108866:4e8dcb0d6fe0
NOT_C_CODE is always true now.
* configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
* m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
Remove NOT_C_CODE tests, it is always true now.
* nt/config.nt: Remove NOT_C_CODE tests, it is always true now.
* admin/CPP-DEFINES: Remove NOT_C_CODE.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 02 Jun 2010 22:29:02 -0700 |
parents | a3c27999decb |
children |
line wrap: on
line source
/* XPM */ static char * braindamaged_xpm[] = { "16 16 9 1", " c None", ". c #000000", "+ c #1D1900", "@ c #887500", "# c #D3B600", "$ c #FAD800", "% c #645600", "& c #FFDD00", "* c #8F7B00", " ...... ", " .+@#$$#@+. ", " .%$&&&&&&$%. ", " .%&#..##..#&%. ", " +$&.%#..#%.&$+ ", ".@&&.#%+%%#.&&@.", ".#&&.%#+%#%.&&#.", ".$&&#..#&..#&&$.", ".$&.&&&&&&&&.&$.", ".#&#.&&&&&&.#&#.", ".@&&*.&&&&.*&&@.", " +$&&*....*&&$+ ", " .%&&&&&&&&&&%. ", " .%$&&&&&&$%. ", " .+@#$$#@+. ", " ...... "};