Annotation of gforth/machpc.fs, revision 1.1

1.1     ! jwilke      1: \ generic mach file for pc gforth                              03sep97jaw
        !             2: 
        !             3: true Constant NIL  \ relocating
        !             4: 
        !             5: >ENVIRON
        !             6: 
        !             7: true Constant file             \ controls the presence of the
        !             8:                                \ file access wordset
        !             9: true Constant OS               \ flag to indicate a operating system
        !            10: 
        !            11: true Constant prims            \ true: primitives are c-code
        !            12: 
        !            13: true Constant floating         \ floating point wordset is present
        !            14: 
        !            15: true Constant glocals          \ gforth locals are present
        !            16:                                \ will be loaded
        !            17: true Constant dcomps           \ double number comparisons
        !            18: 
        !            19: true Constant hash             \ hashing primitives are loaded/present
        !            20: 
        !            21: true Constant xconds           \ used together with glocals,
        !            22:                                \ special conditionals supporting gforths'
        !            23:                                \ local variables
        !            24: true Constant header           \ save a header information
        !            25: 
        !            26: false Constant ec
        !            27: false Constant crlf

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