comparison Wnn/jserver/readfile.c @ 28:a7ccf412ba02

more warning suppression
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 06 Mar 2010 23:24:53 +0900
parents 790205f476c0
children
comparison
equal deleted inserted replaced
27:6bfa7ea3b75b 28:a7ccf412ba02
26 */ 26 */
27 27
28 /* 28 /*
29 (Updatable, Stable) dictionary read routine. 29 (Updatable, Stable) dictionary read routine.
30 */ 30 */
31 static char rcs_id[] = "$Id: readfile.c,v 1.9 2003/06/07 02:23:58 hiroo Exp $";
32 31
33 #if defined(HAVE_CONFIG_H) 32 #if defined(HAVE_CONFIG_H)
34 #include <config.h> 33 #include <config.h>
35 #endif 34 #endif
36 35