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, 6 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added options to allow good register scheduling on i386
added blocks

#! /usr/stud/paysan/bin/forth
\ startup file

warnings off

include float.fs
include search-order.fs
include environ.fs
\ include toolsext.fs
include wordinfo.fs
include vt100.fs
\ include colorize.fs
include see.fs
include bufio.fs
include debug.fs

0 Value $?
: sh  '# parse cr system  to $? ;

warnings on

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