From owner-freebsd-current Wed Sep 29 5: 8:21 1999 Delivered-To: freebsd-current@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 0BD1914D80 for ; Wed, 29 Sep 1999 05:08:17 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p25-dn02kiryunisiki.gunma.ocn.ne.jp [210.163.200.122]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id VAA04686; Wed, 29 Sep 1999 21:07:42 +0900 (JST) Message-ID: <37F1EEC0.5D8FAA36@newsguy.com> Date: Wed, 29 Sep 1999 19:49:36 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Mark Murray Cc: current@freebsd.org Subject: Re: FICL breakage... References: <199909291002.MAA52950@gratis.grondar.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > Hi > > There is breakage in the new FICL. This fixes it... > > diff -u -d -r1.2 softcore.awk > --- softcore.awk 1999/01/22 23:52:57 1.2 > +++ softcore.awk 1999/09/29 09:47:30 > @@ -91,6 +91,6 @@ > printf " \"quit \";\n"; > printf "\n\nvoid ficlCompileSoftCore(FICL_VM *pVM)\n"; > printf "{\n"; > - printf " assert(ficlExec(pVM, softWords, -1) != VM_ERREXIT);\n"; > + printf " assert(ficlExec(pVM, softWords) != VM_ERREXIT);\n"; > printf "}\n"; > } /me wonders how did this got to _not_ be committed. Well, that's why I wanted some disk space to make a test compilation of the changes I was about to commit... -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org Rule 69: Do unto other's code as you'd have it do unto yours To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message