Diff for /gforth/arch/4stack/mach.fs between versions 1.7 and 1.8

version 1.7, 2001/06/16 22:53:37 version 1.8, 2003/01/03 17:28:12
Line 39  true  Constant NIL  \ relocating Line 39  true  Constant NIL  \ relocating
   
 >ENVIRON  >ENVIRON
   
 false Constant file             \ controls the presence of the  false SetValue file             \ controls the presence of the
                                 \ file access wordset                                  \ file access wordset
 false Constant OS               \ flag to indicate a operating system  false SetValue OS               \ flag to indicate a operating system
   
 false Constant prims            \ true: primitives are c-code  false SetValue prims            \ true: primitives are c-code
   
 false Constant floating         \ floating point wordset is present  false SetValue floating         \ floating point wordset is present
   
 false Constant glocals          \ gforth locals are present  false SetValue glocals          \ gforth locals are present
                                 \ will be loaded                                  \ will be loaded
 false Constant dcomps           \ double number comparisons  false SetValue dcomps           \ double number comparisons
   
 false Constant hash             \ hashing primitives are loaded/present  false SetValue hash             \ hashing primitives are loaded/present
   
 false Constant xconds           \ used together with glocals,  false SetValue xconds           \ used together with glocals,
                                 \ special conditionals supporting gforths'                                  \ special conditionals supporting gforths'
                                 \ local variables                                  \ local variables
 false Constant header           \ save a header information  false SetValue header           \ save a header information
   
 false Constant ec  false SetValue ec
 false Constant crlf  false SetValue crlf
 false Constant ITC  false SetValue ITC
 false SetValue new-input  false SetValue new-input
 false SetValue peephole  false SetValue peephole
   true SetValue abranch       \ enables absolute branches
   
 cell 2 = [IF] 32 [ELSE] 256 [THEN] KB Constant kernel-size  0 SetValue kernel-start
   cell 2 = [IF] 32 [ELSE] 256 [THEN] KB SetValue kernel-size
   
 16 KB           Constant stack-size  16 KB           Constant stack-size
 15 KB 512 +     Constant fstack-size  15 KB 512 +     Constant fstack-size

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


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