Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/mty-makai/mty.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 93 by chapuni, Wed Apr 4 14:57:28 2007 UTC revision 99 by chapuni, Thu Apr 5 11:09:59 2007 UTC
# Line 40  Line 40 
40  #include "synth.h"  #include "synth.h"
41  #include "tr64.h"  #include "tr64.h"
42  #include "translate.h"  #include "translate.h"
43    #include "wdict.h"
44    
45  #if USE_DT  #if USE_DT
46  #include "dt4.h"  #include "dt4.h"
# Line 918  main(int argc, char *argv[]) Line 919  main(int argc, char *argv[])
919    
920                            /* 辞書を調べる */                            /* 辞書を調べる */
921                            if (!((param64.t[30].a[kk] & ((ALU_T)1 << k))                            if (!((param64.t[30].a[kk] & ((ALU_T)1 << k))
922                                          || synth_dict_ishit(param64.hit,                                          || wdict_ishit(param64.hit,
923                                                                                  kk,                                                                     kk, k,
924                                                                                  k,                                                                     xhash[(ALU_BITS * kk + k) & 0x3F])))
                                                                                 xhash[(ALU_BITS * kk + k) & 0x3F])))  
925                                  continue;                                  continue;
926    
927                            for (i = 1; i < 11; i++)                            for (i = 1; i < 11; i++)

Legend:
Removed from v.93  
changed lines
  Added in v.99

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26