[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.137 and 1.138

version 1.137, Wed Dec 31 13:45:38 2003 UTC version 1.138, Wed Dec 31 17:42:46 2003 UTC
Line 859 
Line 859 
         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]) {


Generate output suitable for use with a patch program
Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help