view etc/letter.xpm @ 75181:ea255892b6fd

(Fformat): Allow integer-format to work with floats of size larger than most-positive-fixnum (but still smaller than MAXINT).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Jan 2007 03:50:19 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};