--- gforth/Attic/machpc.fs 2003/05/11 17:17:14 1.20 +++ gforth/Attic/machpc.fs 2003/08/23 20:16:08 1.22 @@ -27,6 +27,10 @@ true DefaultValue file \ controls the p \ file access wordset true DefaultValue OS \ flag to indicate a operating system +true DefaultValue ffcall \ Foreign Function Calls + +false DefaultValue oldcall \ old Foreign Function Calls + true DefaultValue prims \ true: primitives are c-code true DefaultValue floating \ floating point wordset is present @@ -48,6 +52,7 @@ true DefaultValue new-input \ enables ob true DefaultValue peephole \ enables peephole optimizer + true DefaultValue abranch \ enables absolute branches false DefaultValue control-rack \ disable return stack use for control flow