File:  [gforth] / gforth / startup.fs
Revision 1.5: download - view: text, annotated - select for diffs
Wed Aug 31 19:42:53 1994 UTC (29 years, 7 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added options to allow good register scheduling on i386
added blocks

    1: #! /usr/stud/paysan/bin/forth
    2: \ startup file
    3: 
    4: warnings off
    5: 
    6: include float.fs
    7: include search-order.fs
    8: include environ.fs
    9: \ include toolsext.fs
   10: include wordinfo.fs
   11: include vt100.fs
   12: \ include colorize.fs
   13: include see.fs
   14: include bufio.fs
   15: include debug.fs
   16: 
   17: 0 Value $?
   18: : sh  '# parse cr system  to $? ;
   19: 
   20: warnings on

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