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 84 by chapuni, Tue Apr 3 04:20:09 2007 UTC revision 93 by chapuni, Wed Apr 4 14:57:28 2007 UTC
# Line 917  main(int argc, char *argv[]) Line 917  main(int argc, char *argv[])
917                                  }                                  }
918    
919                            /* 辞書を調べる */                            /* 辞書を調べる */
920                            if (!synth_dict_ishit(param64.hit, kk, k, xhash[(ALU_BITS * kk + k) & 0x3F]))                            if (!((param64.t[30].a[kk] & ((ALU_T)1 << k))
921                                            || synth_dict_ishit(param64.hit,
922                                                                                    kk,
923                                                                                    k,
924                                                                                    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.84  
changed lines
  Added in v.93

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