Date: Tue, 29 May 2001 16:44:15 -0700 (PDT) From: "Daniel C. Sobral" <dcs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl dict.c ficl.h Message-ID: <200105292344.f4TNiFp33797@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dcs 2001/05/29 16:44:15 PDT Modified files: sys/boot/ficl dict.c ficl.h Log: 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*). Revision Changes Path 1.12 +7 -6 src/sys/boot/ficl/dict.c 1.19 +3 -3 src/sys/boot/ficl/ficl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105292344.f4TNiFp33797>