Diff for /gforth/engine/main.c between versions 1.234 and 1.235

version 1.234, 2010/05/13 09:39:06 version 1.235, 2010/08/07 15:05:40
Line 1049  static void check_prims(Label symbols1[] Line 1049  static void check_prims(Label symbols1[]
       nonrelocs++;        nonrelocs++;
       continue;        continue;
     }      }
       if (CHECK_PRIM(s1, prim_len)) {
   #ifndef BURG_FORMAT
         debugp(stderr,"\n   non_reloc: architecture specific check failed\n");
   #endif
         pi->start = NULL; /* not relocatable */
         relocs--;
         nonrelocs++;
         continue;
       }
     assert(pi->length>=0);      assert(pi->length>=0);
     assert(pi->restlength >=0);      assert(pi->restlength >=0);
     while (j<(pi->length+pi->restlength)) {      while (j<(pi->length+pi->restlength)) {

Removed from v.1.234  
changed lines
  Added in v.1.235


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>