Diff for /gforth/Attic/machpc.fs between versions 1.2 and 1.3

version 1.2, 1998/12/08 22:02:48 version 1.3, 1998/12/11 22:54:27
Line 42  true Constant xconds  \ used together wi Line 42  true Constant xconds  \ used together wi
 true Constant header            \ save a header information  true Constant header            \ save a header information
   
 false Constant ec  false Constant ec
 false Constant crlf  
   
   false Constant crlf
   
   cell 2 = [IF] 32 [ELSE] 256 [THEN] KB Constant kernel-size
   
   16 KB           Constant stack-size
   15 KB 512 +     Constant fstack-size
   15 KB           Constant rstack-size
   14 KB 512 +     Constant lstack-size

Removed from v.1.2  
changed lines
  Added in v.1.3


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