[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freewnn:00319] Re: jutil



小野寛生です

-a014 では、Xsi/Wnn/jutil/dic_head.c にある、input_header 関数の引数は、

int input_header(ifpter,  jtp, fhp)
  FILE *ifpter;
  struct JT *jtp;
  struct file_head *fhp;

となっているようなのですが、dtoa.c での使われ方かたらして、
 struct file_head
は、
 struct wnn_file_head
の間違いではないでしょうか?
% 動作確認はまだしていません。
----
Hiroo ONO
--- Xsi/Wnn/jutil/dic_head.c.orig	Sun Feb 13 19:29:05 2000
+++ Xsi/Wnn/jutil/dic_head.c	Sun Feb 13 19:29:31 2000
@@ -53,7 +53,7 @@
 input_header(ifpter,  jtp, fhp)
 FILE *ifpter;
 struct JT *jtp;
-struct file_head *fhp;
+struct wnn_file_head *fhp;
 {
 
     if(input_file_header(ifpter, fhp) == -1 ||