freebsd-dev/sys/boot/ficl
Daniel C. Sobral 38e0371f17 Turn dictthreshold and dictincrease into cell-sized variables, so
they can be used with cell operators like !.

As I did this, I noticed the whole CELL thing might have problems with
big endian architectures with sizeof(int)!=sizeof(void*).
2001-05-29 23:44:12 +00:00
..
alpha Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
i386 Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
softwords Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
dict.c Turn dictthreshold and dictincrease into cell-sized variables, so 2001-05-29 23:44:12 +00:00
ficl.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
ficl.h Turn dictthreshold and dictincrease into cell-sized variables, so 2001-05-29 23:44:12 +00:00
ficlstring.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
loader.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
Makefile Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
math64.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
math64.h Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
prefix.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
search.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
stack.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
testmain.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
tools.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
unix.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
vm.c Bring in ficl 2.05. 2001-04-29 02:36:36 +00:00
words.c As in with ":", check dictionary space and increase it if necessary before 2001-05-27 16:30:10 +00:00