Diff for /gforth/prims2x.fs between versions 1.27 and 1.28

version 1.27, 1997/05/21 20:39:37 version 1.28, 1997/09/13 12:04:59
Line 615  set-current Line 615  set-current
 : output-forth ( -- )  flush-comment on  : output-forth ( -- )  flush-comment on
  ?flush-comment   ?flush-comment
  forth-code @ 0=   forth-code @ 0=
  IF    output-alias   IF     \ output-alias
           \ this is bad for ec: an alias is compiled if tho word does not exist!
           \ JAW
  ELSE  ." : " forth-name 2@ type ."   ( "   ELSE  ." : " forth-name 2@ type ."   ( "
        effect-in effect-in-end @ .stack-list ." -- "         effect-in effect-in-end @ .stack-list ." -- "
        effect-out effect-out-end @ .stack-list ." )" cr         effect-out effect-out-end @ .stack-list ." )" cr

Removed from v.1.27  
changed lines
  Added in v.1.28


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