From owner-cvs-all Thu Feb 4 09:06:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17575 for cvs-all-outgoing; Thu, 4 Feb 1999 09:06:51 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17565; Thu, 4 Feb 1999 09:06:47 -0800 (PST) (envelope-from dcs@FreeBSD.org) From: "Daniel C. Sobral" Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA87641; Thu, 4 Feb 1999 09:06:47 -0800 (PST) (envelope-from dcs@FreeBSD.org) Date: Thu, 4 Feb 1999 09:06:47 -0800 (PST) Message-Id: <199902041706.JAA87641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bootstrap.h help.common interp.c interp_forth.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/02/04 09:06:47 PST Modified files: sys/boot/common bootstrap.h help.common interp.c interp_forth.c Log: Make use of prototypes to silence warnings. Change include() so it will be able to load files with forth code, instead of just builtins. Remove #@- from the include section of the help file, since they don't work in the new version of include, unless BOOT_FORTH is not defined. Change bf_run() so it will return the result returned by ficlExec(). Also, make bf_run() push "interpret" to be executed by ficlExec(), since ficlExec() doesn't do it by itself. (Things worked previously because nothing recursed through ficlExec() by the way of bf_run()). Change/extend comments on builtin behavior. Search for "interpret" at the end of bf_init(), so /boot/boot.4th can provide it's own version. Remove dead code. Revision Changes Path 1.20 +8 -1 src/sys/boot/common/bootstrap.h 1.10 +0 -10 src/sys/boot/common/help.common 1.14 +27 -1 src/sys/boot/common/interp.c 1.12 +49 -25 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