Mercurial > emacs
view src/bitmaps/gray1.xbm @ 108128:1e7aaadc50e8
Reduce CPP usage.
* Makefile.in (LIB_X11_LIB): Remove, inline in the only user.
(obj): Use autoconf for unexec instead of cpp.
* configure.in (LIB_X11_LIB): Remove, inline in the only user.
(unexec): Define unconditionally, all platforms define
UNEXEC. AC_SUBST it.
(UNEXEC_SRC): Remove, unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 26 Apr 2010 20:47:47 -0700 (2010-04-27) |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};