diff src/print.c @ 4528:726060ee587c g++-warning-removal-2008-10-28

First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.*
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 29 Oct 2008 04:06:33 +0900
parents fc7067b7f407
children 8f1ee2d15784
line wrap: on
line diff
--- a/src/print.c	Wed Oct 29 04:02:05 2008 +0900
+++ b/src/print.c	Wed Oct 29 04:06:33 2008 +0900
@@ -1527,7 +1527,7 @@
 
 static void
 printing_major_badness (Lisp_Object printcharfun,
-			Ascbyte *badness_string, int type, void *val,
+			const Ascbyte *badness_string, int type, void *val,
 			enum printing_badness badness)
 {
   Ibyte buf[666];