Diff for /gforth/machpc.fs.in between versions 1.8 and 1.10

version 1.8, 2003/03/09 15:16:51 version 1.10, 2003/08/23 20:16:08
Line 27  true DefaultValue file  \ controls the p Line 27  true DefaultValue file  \ controls the p
                                 \ file access wordset                                  \ file access wordset
 true DefaultValue OS            \ flag to indicate a operating system  true DefaultValue OS            \ flag to indicate a operating system
   
   @FFCALLFLAG@ DefaultValue ffcall \ Foreign Function Calls
   
   @OLDCALLFLAG@ DefaultValue oldcall \ old Foreign Function Calls
   
 true DefaultValue prims         \ true: primitives are c-code  true DefaultValue prims         \ true: primitives are c-code
   
 true DefaultValue floating      \ floating point wordset is present  true DefaultValue floating      \ floating point wordset is present
Line 48  true DefaultValue new-input \ enables ob Line 52  true DefaultValue new-input \ enables ob
   
 @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer  @PEEPHOLEFLAG@ DefaultValue peephole      \ enables peephole optimizer
   
   
 true DefaultValue abranch       \ enables absolute branches  true DefaultValue abranch       \ enables absolute branches
   
 false DefaultValue control-rack \ disable return stack use for control flow  false DefaultValue control-rack \ disable return stack use for control flow

Removed from v.1.8  
changed lines
  Added in v.1.10


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