Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
プロジェクト・ナニ屋
プロジェクト・ナニ屋
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (2)
Help (2)
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[naniya]
/
branches
/
mty-makai
/
mty.c
Diff of /branches/mty-makai/mty.c
Parent Directory
|
Revision Log
|
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++)
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
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