diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-11-04 03:41:09 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-11-04 03:41:09 +0000 |
| commit | 66683792a4a2e20894e0c65cfd8e4120b23bb4ef (patch) | |
| tree | e3abebd84c8aeed884c41369e1965b30164bcd79 /sys/boot/common/interp_forth.c | |
| parent | 56b1692a2c22cadb632ec00d038fdeb08b4477fe (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/interp_forth.c')
| -rw-r--r-- | sys/boot/common/interp_forth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c index 0e0c616229f3..cdc71eac0847 100644 --- a/sys/boot/common/interp_forth.c +++ b/sys/boot/common/interp_forth.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: interp_forth.c,v 1.1 1998/11/04 00:29:01 msmith Exp $ */ #include <stand.h> @@ -90,7 +90,7 @@ bf_init(void) { struct bootblk_command **cmdp; - ficlInitSystem(10000); /* XXX what's the argument here? */ + ficlInitSystem(3000); /* Default dictionary ~2000 cells */ bf_vm = ficlNewVM(); /* make all commands appear as Forth words */ |
