summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-03-08 11:00:02 +0000
committerdcs <dcs@FreeBSD.org>1999-03-08 11:00:02 +0000
commitb92a33005015b5520021a7c67b063d2d7ba49be6 (patch)
tree9d71a421ded9068cbd5ac3b33ec83bf6b7b82850 /sys/boot
parent304195a1776cf0370224c99f3635cc9a5a7f24c6 (diff)
downloadFreeBSD-src-b92a33005015b5520021a7c67b063d2d7ba49be6.zip
FreeBSD-src-b92a33005015b5520021a7c67b063d2d7ba49be6.tar.gz
Increase ficl's dictionary size, in preparation for the newer loader.rc.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/interp_forth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c
index ba6b505..4f65327 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: interp_forth.c,v 1.11 1999/01/28 06:33:03 jkh Exp $
+ * $Id: interp_forth.c,v 1.12 1999/02/04 17:06:46 dcs Exp $
*/
#include <sys/param.h> /* to pick up __FreeBSD_version */
@@ -232,7 +232,7 @@ bf_init(void)
char create_buf[41]; /* 31 characters-long builtins */
int fd;
- ficlInitSystem(4000); /* Default dictionary ~4000 cells */
+ ficlInitSystem(8000); /* Default dictionary ~4000 cells */
bf_vm = ficlNewVM();
/* Builtin constructor word */
OpenPOWER on IntegriCloud