comparison src/print.c @ 4522:fc7067b7f407

Backout last patch; forgot to specify file.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 03:37:16 +0900
parents 383ab474a241
children 726060ee587c
comparison
equal deleted inserted replaced
4521:383ab474a241 4522:fc7067b7f407
1525 BADNESS_NO_TYPE 1525 BADNESS_NO_TYPE
1526 }; 1526 };
1527 1527
1528 static void 1528 static void
1529 printing_major_badness (Lisp_Object printcharfun, 1529 printing_major_badness (Lisp_Object printcharfun,
1530 const Ascbyte *badness_string, int type, void *val, 1530 Ascbyte *badness_string, int type, void *val,
1531 enum printing_badness badness) 1531 enum printing_badness badness)
1532 { 1532 {
1533 Ibyte buf[666]; 1533 Ibyte buf[666];
1534 1534
1535 switch (badness) 1535 switch (badness)