comparison Wnn/jutil/wnntouch.c @ 28:a7ccf412ba02

more warning suppression
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 06 Mar 2010 23:24:53 +0900
parents bbc77ca4def5
children
comparison
equal deleted inserted replaced
27:6bfa7ea3b75b 28:a7ccf412ba02
30 */ 30 */
31 31
32 /* 32 /*
33 * 辞書のヘッダを書き換えて、辞書の inode と合わせるプログラム。 33 * 辞書のヘッダを書き換えて、辞書の inode と合わせるプログラム。
34 */ 34 */
35
36 #ifndef lint
37 static char *rcs_id = "$Id: wnntouch.c,v 1.8 2004/07/19 18:24:26 hiroo Exp $";
38 #endif /* lint */
39 35
40 #ifdef HAVE_CONFIG_H 36 #ifdef HAVE_CONFIG_H
41 # include <config.h> 37 # include <config.h>
42 #endif 38 #endif
43 39