[gforth] / gforth / engine / main.c  

gforth: gforth/engine/main.c

Diff for /gforth/engine/main.c between version 1.79 and 1.80

version 1.79, Thu Dec 19 20:43:26 2002 UTC version 1.80, Thu Dec 19 23:22:19 2002 UTC
Line 893 
Line 893 
 Label compile_prim(Label prim)  Label compile_prim(Label prim)
 {  {
   Cell x=(Cell)prim;    Cell x=(Cell)prim;
     assert(0);
   compile_prim1(&x);    compile_prim1(&x);
   return (Label)x;    return (Label)x;
 }  }


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help