From owner-cvs-all Thu Jun 15 22: 4: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FBEA37B6FF; Thu, 15 Jun 2000 22:04:06 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA15309; Thu, 15 Jun 2000 22:04:06 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200006160504.WAA15309@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Thu, 15 Jun 2000 22:04:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common interp_forth.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/06/15 22:04:06 PDT Modified files: sys/boot/common interp_forth.c Log: Fix vocabulary juggling so that builtins voc is always searched before forth vocabulary when initially creating the builtins. FICL 2.05 has a better way to do this, but this works for now. Fixes "?". Revision Changes Path 1.18 +3 -3 src/sys/boot/common/interp_forth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message