Clarify comment about default number of FICL dictionary cells.

Suggested by:	peterj
This commit is contained in:
grehan 2012-10-04 03:59:45 +00:00
parent 09939583a7
commit 89c25d5adf

View File

@ -51,7 +51,7 @@ extern char bootprog_rev[];
#define BF_PARSE 100
/*
* Default dictionary size, ~4000 cells
* FreeBSD loader default dictionary cells
*/
#ifndef BF_DICTSIZE
#define BF_DICTSIZE 10000