Diff for /gforth/Attic/engine.c between versions 1.18 and 1.19

version 1.18, 1994/10/03 18:24:01 version 1.19, 1994/10/24 19:15:56
Line 181  Label *engine(Xt *ip0, Cell *sp0, Cell * Line 181  Label *engine(Xt *ip0, Cell *sp0, Cell *
   
 #ifdef DEBUG  #ifdef DEBUG
   fprintf(stderr,"ip=%x, sp=%x, rp=%x, fp=%x, lp=%x, up=%x\n",    fprintf(stderr,"ip=%x, sp=%x, rp=%x, fp=%x, lp=%x, up=%x\n",
           ip,sp,rp,fp,lp,up);            (unsigned)ip,(unsigned)sp,(unsigned)rp,
             (unsigned)fp,(unsigned)lp,(unsigned)up);
 #endif  #endif
   
   if (ip == NULL)    if (ip == NULL)

Removed from v.1.18  
changed lines
  Added in v.1.19


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