| version 1.137, Wed Dec 31 13:45:38 2003 UTC | version 1.138, Wed Dec 31 17:42:46 2003 UTC | ||
|---|---|---|---|
|
|
||
| fprintf(stderr,"\n non_reloc: K label before I label (length<0)\n"); | fprintf(stderr,"\n non_reloc: K label before I label (length<0)\n"); | ||
| continue; | continue; | ||
| } | } | ||
| assert(prim_len>=0); /* !! wrong if pi->superend */ | assert(pi->length>=0); | ||
| assert(pi->restlength >=0); | assert(pi->restlength >=0); | ||
| while (j<(pi->length+pi->restlength)) { | while (j<(pi->length+pi->restlength)) { | ||
| if (s1[j]==s3[j]) { | if (s1[j]==s3[j]) { |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |