File:  [gforth] / gforth / Attic / machpc.fs
Revision 1.1: download - view: text, annotated - select for diffs
Sat Sep 13 12:12:17 1997 UTC (26 years, 7 months ago) by jwilke
Branches: MAIN
CVS tags: HEAD
Missing file for last patch.

\ generic mach file for pc gforth				03sep97jaw

true Constant NIL  \ relocating

>ENVIRON

true Constant file		\ controls the presence of the
				\ file access wordset
true Constant OS		\ flag to indicate a operating system

true Constant prims		\ true: primitives are c-code

true Constant floating		\ floating point wordset is present

true Constant glocals		\ gforth locals are present
				\ will be loaded
true Constant dcomps		\ double number comparisons

true Constant hash		\ hashing primitives are loaded/present

true Constant xconds		\ used together with glocals,
				\ special conditionals supporting gforths'
				\ local variables
true Constant header		\ save a header information

false Constant ec
false Constant crlf

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