comparison src/mule-coding.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 257b468bf2ca
comparison
equal deleted inserted replaced
4524:03ba50f7ecd7 4528:726060ee587c
3337 static int 3337 static int
3338 ccl_putprop (Lisp_Object codesys, Lisp_Object key, Lisp_Object value) 3338 ccl_putprop (Lisp_Object codesys, Lisp_Object key, Lisp_Object value)
3339 { 3339 {
3340 Lisp_Object sym; 3340 Lisp_Object sym;
3341 struct ccl_program test_ccl; 3341 struct ccl_program test_ccl;
3342 Ascbyte *suffix; 3342 const Ascbyte *suffix;
3343 3343
3344 /* Check key first. */ 3344 /* Check key first. */
3345 if (EQ (key, Qdecode)) 3345 if (EQ (key, Qdecode))
3346 suffix = "-ccl-decode"; 3346 suffix = "-ccl-decode";
3347 else if (EQ (key, Qencode)) 3347 else if (EQ (key, Qencode))