Diff for /gforth/prims2x.fs between versions 1.6 and 1.7

version 1.6, 1994/08/25 15:25:33 version 1.7, 1994/09/08 17:20:12
Line 15 Line 15
 \ 5) Words that call NEXT themselves have to be done very carefully.  \ 5) Words that call NEXT themselves have to be done very carefully.
 \  \
 \ To do:  \ To do:
 \ add the store optimization for doubles  
 \ regarding problem 1 above: It would be better (for over) to implement  \ regarding problem 1 above: It would be better (for over) to implement
 \       the alternative  \       the alternative
   
Line 524  set-current Line 523  set-current
  ." NEXT_P1;" cr   ." NEXT_P1;" cr
  stores   stores
  fill-tos   fill-tos
  ." NEXT1_P2;" cr   ." NEXT_P2;" cr
  ." }" cr   ." }" cr
  cr   cr
 ;  ;

Removed from v.1.6  
changed lines
  Added in v.1.7


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